my linum hack for the console version of Emacs causes load issues in the GUI version

This commit is contained in:
2011-09-15 09:27:44 +01:00
parent 102dcfd34f
commit a3dfb53f91

View File

@@ -23,9 +23,8 @@
;; Display line numbers globally
(global-linum-mode t)
(if window-system = nil
(setq linum-format "%3d "))
;; (if window-system = nil
;; (setq linum-format "%3d "))
;; Display whitespace characters globally
(global-whitespace-mode t)