Enable linenum-mode globally.

This commit is contained in:
jowj 2018-08-09 10:51:02 -05:00
parent 3ca168bf2b
commit 4cb0165f63

View File

@ -2,6 +2,9 @@
;; Disable the splash screen (to enable it agin, replace the t with 0)
(setq inhibit-splash-screen t)
;; set linenummode globally
(global-linum-mode t)
;; open primary org file on launch
(find-file "~/Dropbox/org/personal.org")
;; Enable transient mark mode