diff options
author | Vincent Ambo <vincent@Vincents-MacBook-Pro.local> | 2013-08-17T18·43+0200 |
---|---|---|
committer | Vincent Ambo <vincent@Vincents-MacBook-Pro.local> | 2013-08-17T18·43+0200 |
commit | 15f83cc78f9776e9c63a57f681c60608221a7758 (patch) | |
tree | f934c53eb5fb9a338931074d134df4801f4265e7 /init-settings.el | |
parent | 996c5867e6bcb871348f914e460f0d82729d268e (diff) |
* Fixed eshell pwd function
* Minor changes
Diffstat (limited to 'init-settings.el')
-rw-r--r-- | init-settings.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init-settings.el b/init-settings.el index 2f22f42a04af..3730497966ee 100644 --- a/init-settings.el +++ b/init-settings.el @@ -120,6 +120,7 @@ comment as a filename." ;; Not the real deal without this ... (set-variable 'nyan-wavy-trail t) +;; Style line numbers (shown with M-g g) (setq linum-format (lambda (line) (propertize (format (concat " %" |