X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=0493da3a6ffe0d1553a04d8634f1e3397a94c80f;hb=5990d9dc09fc4cd3745adb3113146eaee4e9c468;hp=c19bfda03c39ec162f64fba9afcc4fb7dfc77ecd;hpb=b0734fff99a8a873b00030c3a8f3b69cf430797e;p=dotfiles.git diff --git a/emacs.d/config.org b/emacs.d/config.org index c19bfda..0493da3 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -1482,10 +1482,10 @@ Type =o= to go to the link ** Which key [[https://github.com/justbur/emacs-which-key][which-key]] show the key bindings #+BEGIN_SRC emacs-lisp :tangle yes :results silent - (use-package which-key - :ensure t - :config - (which-key-mode)) + ;; (use-package which-key + ;; :ensure t + ;; :config + ;; (which-key-mode)) #+END_SRC ** View only for some directory @@ -3521,6 +3521,12 @@ Refer [[https://github.com/fnwiya/dotfiles/blob/c9ca79f1b22c919d9f4c3a0f944ba828 (define-key perspeen-mode-map (kbd "s-t") 'perspeen-tab-create-tab) (define-key perspeen-mode-map (kbd "s-t") 'perspeen-tab-create-tab)) #+END_SRC +* Evil Mode +#+BEGIN_SRC emacs-lisp :tangle yes :results silent + (org-babel-load-file "~/.emacs.d/emacs-evil.org") + ;; (require 'init-evil-mode) +#+END_SRC + * Note ** Check if emacs is in terminal of graphic mode