aboutsummaryrefslogtreecommitdiff
path: root/spacemacs.el
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-08 01:00:29 -0300
committerEuAndreh <eu@euandre.org>2018-07-08 01:00:29 -0300
commit22e02cd3d11ad9abe55a29e936f28e341f96477b (patch)
tree4c1e6773d7409e6e6b43a73f8ce928d2590afd14 /spacemacs.el
parentAdd scheme layer (diff)
downloaddotfiles-22e02cd3d11ad9abe55a29e936f28e341f96477b.tar.gz
dotfiles-22e02cd3d11ad9abe55a29e936f28e341f96477b.tar.xz
Don't activate relative number in texinfo-mode
Diffstat (limited to 'spacemacs.el')
-rw-r--r--spacemacs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el
index dee5848..43f7f31 100644
--- a/spacemacs.el
+++ b/spacemacs.el
@@ -381,7 +381,7 @@ It should only modify the values of Spacemacs settings."
;; text-mode
;; :size-limit-kb 1000)
;; (default nil)
- dotspacemacs-line-numbers '(:relative t :disabled-for-modes org-mode pdf-view-mode)
+ dotspacemacs-line-numbers '(:relative t :disabled-for-modes org-mode pdf-view-mode texinfo-mode)
;; Code folding method. Possible values are `evil' and `origami'.
;; (default 'evil)