Space after line numbers

This commit is contained in:
Henrik Lissner 2014-08-13 00:22:46 -04:00
parent 34fc9d37bb
commit e6b345d757

View file

@ -10,7 +10,7 @@
;; Line numbers with +1 left-padding ;; Line numbers with +1 left-padding
(defadvice linum-update-window (around linum-dynamic activate) (defadvice linum-update-window (around linum-dynamic activate)
(let* ((w (length (number-to-string (count-lines (point-min) (point-max))))) (let* ((w (length (number-to-string (count-lines (point-min) (point-max)))))
(linum-format (concat "%" (number-to-string (+ w 1)) "d" (if window-system "" " ")))) ad-do-it)) (linum-format (concat "%" (number-to-string (+ w 1)) "d" " "))) ad-do-it))
;; Show full path in window title ;; Show full path in window title
(setq frame-title-format (setq frame-title-format
@ -18,7 +18,6 @@
;;;; GUI Settings ;;;;;;;;;;;;;;;;;;;;; ;;;; GUI Settings ;;;;;;;;;;;;;;;;;;;;;
(setq ring-bell-function 'ignore) (setq ring-bell-function 'ignore)
(add-to-list 'default-frame-alist `(font . ,my/font)) (add-to-list 'default-frame-alist `(font . ,my/font))
(add-to-list 'default-frame-alist '(alpha 98 95)) ; *slightly* transparent window (add-to-list 'default-frame-alist '(alpha 98 95)) ; *slightly* transparent window