summaryrefslogtreecommitdiffstats
path: root/.emacs.d/functions.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/functions.el')
-rw-r--r--.emacs.d/functions.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/functions.el b/.emacs.d/functions.el
index a8d17d7..c3e393d 100644
--- a/.emacs.d/functions.el
+++ b/.emacs.d/functions.el
@@ -126,7 +126,8 @@ Currently adds | & ! . + = - / % * , < > ? : ->"
'(markdown-header-face-5 (:inherit 'org-level-5))
'(markdown-header-face-6 (:inherit 'org-level-6)))
- (add-hook 'emacs-startup-hook 'fullscreen))
+ (add-hook 'emacs-startup-hook 'fullscreen)
+ (setq linum-format " %d"))
(defun cli-init ()
"Add a space to the linum column"