X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=b36f660e30200bab072963a53e82dd91e22c4611;hb=406d7270368d71bc4f0d1ee781c63477a79ddce8;hp=7fdcd45ade39e2270740e34803d48e8726ff4397;hpb=5c0926051228f2f73686490c10e59b2a6f13bbb2;p=dotfiles.git diff --git a/emacs.d/config.org b/emacs.d/config.org index 7fdcd45..b36f660 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -25,9 +25,7 @@ Set system PATH and emacs exec path Set the emacs load path #+BEGIN_SRC emacs-lisp :tangle yes :results silent - - (add-to-list 'load-path "~/.emacs.d/elisp") - + ;; (add-to-list 'load-path "~/.emacs.d/elisp") #+END_SRC ** Package Initialization @@ -53,7 +51,7 @@ Disable scroll bar, tool-bar and menu-bar (tool-bar-mode 0) (menu-bar-mode 1) - (setq debug-on-error t) + ;; (setq debug-on-error t) (setq inhibit-startup-message t) (defalias 'yes-or-no-p 'y-or-n-p) @@ -1783,6 +1781,17 @@ Color for Man-mode ;; (set-default-coding-systems 'utf-8) #+END_SRC +** Demo It +#+BEGIN_SRC emacs-lisp :tangle yes :results silent + ;; (el-get-bundle howardabrams/demo-it) + + ;; (use-package org-tree-slide + ;; :ensure t) + + ;; (use-package yasnippet + ;; :ensure t) +#+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