emacs - add info+
[dotfiles.git] / emacs.d / config.org
index 97ca5d2..20f62a4 100644 (file)
@@ -1247,6 +1247,7 @@ Toggle an eshell in split window below, refer [[http://www.howardism.org/Technic
   (global-set-key (kbd "M-`") 'sd/toggle-eshell-here)
 #+END_SRC
 
+*** TODO smart display
 * Misc Settings
 
 ** [[https://github.com/abo-abo/hydra][Hydra]]
@@ -1612,6 +1613,25 @@ Play Go in Emacs, gnugo xpm refert [[https://github.com/okanotor/dotemacs/blob/f
 
 #+END_SRC
 
+** dired
+=C-o= is defined as a global key for window operation, here unset it in dired mode
+#+BEGIN_SRC emacs-lisp :tangle yes :results silent
+  (add-hook 'dired-mode-hook (lambda ()
+                               (local-unset-key (kbd "C-o"))
+                               (local-set-key (kbd "o") 'dired-display-file)))
+#+END_SRC
+
+** Info plus
+#+BEGIN_SRC emacs-lisp :tangle yes :results silent
+  (el-get-bundle info+
+    :url "https://raw.githubusercontent.com/emacsmirror/emacswiki.org/master/info+.el"
+    (require 'info+))
+#+END_SRC
+
+** TODO bookmark
+
+** TODO Calendar
+
 * Programming
 
 ** Languages
@@ -1825,7 +1845,4 @@ company mode
 
 #+END_SRC
 
-* Todo 
-
-- change M-o to trigger to delete other windows and restore previous config