From 4cb0165f63a8f1e02efca84c8e439c6a3bba7da6 Mon Sep 17 00:00:00 2001 From: jowj Date: Thu, 9 Aug 2018 10:51:02 -0500 Subject: [PATCH] Enable linenum-mode globally. --- .emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs/init.el b/.emacs/init.el index 6c37c22..586fef6 100644 --- a/.emacs/init.el +++ b/.emacs/init.el @@ -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