From: Peng Li Date: Sat, 12 Nov 2016 15:12:23 +0000 (+0800) Subject: emacs - remove unused code X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=926b297e2d85018982407bb7c1f692cbc1028bc6;hp=da60fca2ddc7f876f244d95c2eb49f35338e04a9;p=dotfiles.git emacs - remove unused code --- diff --git a/emacs.d/config.org b/emacs.d/config.org index 48ab5f7..ffb0e13 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -133,17 +133,6 @@ Check out [[http://tapoueh.org/emacs/el-get.html][el-get]]. :ensure t) #+END_SRC -* Mac Specific -#+BEGIN_SRC emacs-lisp :tangle yes :results silent - ;; (defconst *is-a-mac* (eq system-type 'darwin)) - ;; (setq mouse-wheel-scroll-amount '(1 - ;; ((shift) . 5) - ;; ((control)))) - - - ;; (setq-default indicate-empty-lines t) -#+END_SRC - * Color and Fonts Settings ** highlight current line #+BEGIN_SRC emacs-lisp :tangle yes :results silent