From: Peng Li Date: Fri, 15 Jul 2016 13:40:06 +0000 (+0800) Subject: emacs - disable debug to workaround the hydra completion issue X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;ds=sidebyside;h=406d7270368d71bc4f0d1ee781c63477a79ddce8;p=dotfiles.git emacs - disable debug to workaround the hydra completion issue --- diff --git a/emacs.d/config.org b/emacs.d/config.org index 4b1b503..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)