Skip to content

Commit

Permalink
Add a space between line numbers & code
Browse files Browse the repository at this point in the history
  • Loading branch information
nhocki committed Feb 20, 2014
1 parent 173afe9 commit 7734090
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions custom/00common-setup.el
Expand Up @@ -27,6 +27,7 @@
(setq-default show-trailing-whitespace t)
(column-number-mode)
(global-linum-mode t)
(setq linum-format "%d ")

;; Load zenburn theme
(load-theme 'zenburn)
Expand Down
7 changes: 0 additions & 7 deletions init.el
Expand Up @@ -6,20 +6,13 @@

(add-to-list 'load-path "~/.emacs.d/custom")


(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-safe-themes (quote ("d63e19a84fef5fa0341fa68814200749408ad4a321b6d9f30efc117aeaf68a2e" default)))
'(safe-local-variable-values (quote ((encoding . utf-8)))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)

(load "00common-setup")
(load "01autocomplete")
Expand Down

0 comments on commit 7734090

Please sign in to comment.