From fff0a1a5eb39d238e54fe1404e3849706fe005f8 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 2 Feb 2013 14:51:48 +0900 Subject: [PATCH] add memo --- emacs.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs.el b/emacs.el index 8f5e9ad..f745bad 100644 --- a/emacs.el +++ b/emacs.el @@ -270,6 +270,10 @@ found, otherwise returns nil." (add-to-list 'nbl b))) nbl)) +;; http://www.masteringemacs.org/articles/2012/09/10/hiding-replacing-modeline-strings/ +;; (add-to-list 'minor-mode-alist +;; '(global-whitespace-mode "")) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; show current info (defun my-message-current-info ()