diff options
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) |