dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | LICENSE

commit b873ecea14e1f0e9e79fb3d16d62c6361884bdff
parent 627a55abcff8a2201c052a53a86598a26e61026c
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Mon, 29 May 2023 21:01:33 +0300

emacs: move Custom to untracked .emacs

Diffstat:
Memacs/.emacs.d/init.el | 16----------------
1 file changed, 0 insertions(+), 16 deletions(-)

diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el @@ -150,19 +150,3 @@ (message dir) (eshell/cd dir)))) (global-set-key (kbd "C-x j") 'knh/jump-to-shell) - -(custom-set-variables - ;; custom-set-variables was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - '(custom-enabled-themes '(modus-vivendi)) - '(package-selected-packages '(which-key expand-region restclient howm markdown-mode))) -(custom-set-faces - ;; custom-set-faces was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - ) -(put 'dired-find-alternate-file 'disabled nil) -