diff options
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-ui.el')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-ui.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-ui.el b/emacs/.emacs.d/wpc/wpc-ui.el index 1dad4a0c32ba..ca17486616da 100644 --- a/emacs/.emacs.d/wpc/wpc-ui.el +++ b/emacs/.emacs.d/wpc/wpc-ui.el @@ -69,13 +69,6 @@ ;; disable toolbar (tool-bar-mode -1) -;; TODO: Re-enable `linum-mode' when I figure out why the theming is so ugly. -;; enable line numbers -;; (general-add-hook '(prog-mode-hook -;; text-mode-hook -;; conf-mode-hook) -;; (enable linum-mode)) - ;; set default buffer for Emacs (setq initial-buffer-choice constants/current-project) |