diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-04-22 18:59:55 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-04-22 19:01:50 -0700 |
commit | e8c5f226f1d42e5bb0d649da7ff76878e6fe4492 (patch) | |
tree | 34065f4e7a81520acb0c2f34bd95d52d9b56c46c | |
parent | 5c32f89b3725486dc7f2292f7844c855ce9f8945 (diff) |
emacs: clean linum
-rw-r--r-- | .emacs.local.d/modes/linum.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.local.d/modes/linum.el b/.emacs.local.d/modes/linum.el deleted file mode 100644 index 8df9986..0000000 --- a/.emacs.local.d/modes/linum.el +++ /dev/null @@ -1,3 +0,0 @@ -;(require 'linum-relative) - -(add-hook 'go-mode-hook #'linum-mode) |