diff --git a/custom/00common-setup.el b/custom/00common-setup.el index 28b5801..384aa4d 100644 --- a/custom/00common-setup.el +++ b/custom/00common-setup.el @@ -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) diff --git a/init.el b/init.el index 4f9d0fa..ebbb5c6 100644 --- a/init.el +++ b/init.el @@ -6,7 +6,6 @@ (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. @@ -14,12 +13,6 @@ ;; 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")