EMACS: Show scrollbar and add space before line numbers
This commit is contained in:
parent
2532b96023
commit
9f9a17a244
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue