summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-08-29 11:24:19 +0200
committerGravatar Tom Willemsen2011-08-29 11:24:19 +0200
commit9f9a17a244213ae814be95ac91cf8d7044abf3eb (patch)
treecab07347eab6470813b649f2440fc3a744bfb69d /.emacs.d
parent2532b960234e22ccec52e15cd25bcb561a1dc196 (diff)
downloaddotfiles-9f9a17a244213ae814be95ac91cf8d7044abf3eb.tar.gz
dotfiles-9f9a17a244213ae814be95ac91cf8d7044abf3eb.zip
EMACS: Show scrollbar and add space before line numbers
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/functions.el3
-rw-r--r--.emacs.d/init.el1
2 files changed, 2 insertions, 2 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"
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 528e650..62cd22e 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -211,7 +211,6 @@
(tool-bar-mode -1) ; no toolbar
(menu-bar-mode -1) ; no menubar
-(scroll-bar-mode -1) ; no scrollbars
(line-number-mode -1) ; don't show line number in splitter
(global-linum-mode t) ; Show line numbers in gutter
(column-number-mode t) ; show column number in splitter