X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=1be198c9c5d146dea6b6e2c7a7092f277778b693;hb=b215e55934608a922e5f2bb22f33e4dc1410f550;hp=86aa8fd8fe5394a7197a05743dcb46a3b66a1c44;hpb=dcbb9932361b8b3cf9ec2c3edad92f121d51f176;p=dotfiles.git diff --git a/emacs.d/config.org b/emacs.d/config.org index 86aa8fd..1be198c 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -1632,6 +1632,18 @@ as a http download client tool (car (last (split-string url "/" t)))))))))) #+END_SRC +** Elscreen +#+BEGIN_SRC emacs-lisp :tangle yes :results silent + (use-package elscreen + :ensure t + :init + (setq elscreen-tab-display-control nil) + :config + (elscreen-start) + (set-face-attribute 'elscreen-tab-current-screen-face nil :foreground "black" :background "yellow") + (set-face-attribute 'elscreen-tab-other-screen-face nil :foreground "black" :background "disabledControlTextColor" :underline nil)) +#+END_SRC + * Dired ** Dired bindings =C-o= is defined as a global key for window operation, here unset it in dired mode