mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
my linum hack for the console version of Emacs causes load issues in the GUI version
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user