diff options
author | William Carroll <wpcarro@gmail.com> | 2017-06-18T17·23-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2017-06-18T17·23-0400 |
commit | 1ccaee9fa9e26898c62d9f9ac0eb208855a86330 (patch) | |
tree | f297d27079b5da8396c35a2877e2100e185e0de4 /emacs | |
parent | 6d13881ec2b28b899a9aea45b2ffd520235cf2ed (diff) |
Adds finer-grain control over Linum Mode
Diffstat (limited to 'emacs')
-rwxr-xr-x | emacs/symlink_custom_functions.sh | 2 | ||||
-rw-r--r-- | emacs/wc-dired-functions.el (renamed from emacs/wc-dired-functions.lisp) | 0 | ||||
-rw-r--r-- | emacs/wc-helm-functions.el (renamed from emacs/wc-helm-functions.lisp) | 0 | ||||
-rw-r--r-- | emacs/wc-helper-functions.el (renamed from emacs/wc-helper-functions.lisp) | 1 |
4 files changed, 1 insertions, 2 deletions
diff --git a/emacs/symlink_custom_functions.sh b/emacs/symlink_custom_functions.sh index d317910214c4..9effd9b1058b 100755 --- a/emacs/symlink_custom_functions.sh +++ b/emacs/symlink_custom_functions.sh @@ -1,3 +1,3 @@ #!/usr/bin/env zsh -ln -s ~/pc_settings/emacs/*.lisp ~/.emacs.d/ +ln -s ~/pc_settings/emacs/*.el ~/.emacs.d/ diff --git a/emacs/wc-dired-functions.lisp b/emacs/wc-dired-functions.el index a6b446976c02..a6b446976c02 100644 --- a/emacs/wc-dired-functions.lisp +++ b/emacs/wc-dired-functions.el diff --git a/emacs/wc-helm-functions.lisp b/emacs/wc-helm-functions.el index 52319f18da5e..52319f18da5e 100644 --- a/emacs/wc-helm-functions.lisp +++ b/emacs/wc-helm-functions.el diff --git a/emacs/wc-helper-functions.lisp b/emacs/wc-helper-functions.el index 7d26e36ff8a2..7d6597b9e18c 100644 --- a/emacs/wc-helper-functions.lisp +++ b/emacs/wc-helper-functions.el @@ -135,7 +135,6 @@ "Custom `ansi-term' configuration." (interactive) (goto-address-mode t) - (linum-mode nil) (local-set-key (kbd "C-h") 'evil-window-left) (local-set-key (kbd "C-l") 'evil-window-right) (local-set-key (kbd "C-k") 'evil-window-up) |