Enable linenum-mode globally.
This commit is contained in:
parent
3ca168bf2b
commit
4cb0165f63
@ -2,6 +2,9 @@
|
|||||||
;; Disable the splash screen (to enable it agin, replace the t with 0)
|
;; Disable the splash screen (to enable it agin, replace the t with 0)
|
||||||
(setq inhibit-splash-screen t)
|
(setq inhibit-splash-screen t)
|
||||||
|
|
||||||
|
;; set linenummode globally
|
||||||
|
(global-linum-mode t)
|
||||||
|
|
||||||
;; open primary org file on launch
|
;; open primary org file on launch
|
||||||
(find-file "~/Dropbox/org/personal.org")
|
(find-file "~/Dropbox/org/personal.org")
|
||||||
;; Enable transient mark mode
|
;; Enable transient mark mode
|
||||||
|
Loading…
Reference in New Issue
Block a user