diff --git a/config/config-ui.el b/config/config-ui.el index 5a5367af4..2853f0111 100644 --- a/config/config-ui.el +++ b/config/config-ui.el @@ -5,6 +5,9 @@ (fringe-mode 0) ;; Show column number in mode line (setq column-number-mode t) +;; line number +(setq linum-format "%4d ") +(setq global-linum-mode t) ;; no blink (blink-cursor-mode (- (*) (*) (*))) ;; tool tips in echo area