mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fixed linum line for console mode, still horrible, but better
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
;; Load Theme
|
||||
(if window-system
|
||||
(require 'birds-of-paradise-plus-theme)
|
||||
(color-theme-tomorrow-night-bright))
|
||||
(color-theme-tomorrow-night-bright))
|
||||
|
||||
;; Disable toolbar
|
||||
(tool-bar-mode -1)
|
||||
@@ -24,6 +24,9 @@
|
||||
;; Display line numbers globally
|
||||
(global-linum-mode t)
|
||||
|
||||
(if window-system = nil
|
||||
(setq linum-format "%3d "))
|
||||
|
||||
;; Display whitespace characters globally
|
||||
(global-whitespace-mode t)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user