Space after line numbers
This commit is contained in:
parent
34fc9d37bb
commit
e6b345d757
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue