diff options
author | shoshin <shoshin@cicadas.surf> | 2022-06-29 21:04:10 -0500 |
---|---|---|
committer | shoshin <shoshin@cicadas.surf> | 2022-06-29 21:04:10 -0500 |
commit | 8f727c7b3a3c8664d47598c61641930e8c3d6221 (patch) | |
tree | d849f68b34512962753dc9e5b8f88f4035e384c9 /shoshin-config.el | |
parent | 28243bbdad99743c829091c972069471c70fc34c (diff) |
Clean: some of the consult config & keybinds
Diffstat (limited to 'shoshin-config.el')
-rw-r--r-- | shoshin-config.el | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/shoshin-config.el b/shoshin-config.el index 923bb96..6f65e7b 100644 --- a/shoshin-config.el +++ b/shoshin-config.el @@ -24,8 +24,6 @@ tab-always-indent 'complete) (package-install 'consult) -(define-key xah-fly-leader-key-map (kbd "f") #'consult-buffer) -(define-key xah-fly-command-map (kbd "n") #'consult-line) (global-set-key (kbd "C-x b") #'consult-buffer) (define-key xah-fly-leader-key-map (kbd "f") #'consult-buffer) @@ -79,7 +77,7 @@ ;;; User Interface (when (display-graphic-p) - (scroll-bar-mode nil) + (scroll-bar-mode -1) (fringe-mode '(8 . 0))) (tab-bar-mode t) @@ -96,19 +94,3 @@ (mapc #'package-install my-chosen-themes) (package-install 'windresize) -(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. - '(package-selected-packages - '(magit windresize dracula-theme cyberpunk-theme darkroom srht plz devdocs json-mode markdown-mode which-key vertico marginalia embark corfu-terminal xah-fly-keys corfu consult)) - '(safe-local-variable-values - '((org-publish-project-alist quote - ("wiki" :base-directory "~/projects/wiki" :publishing-directory "~/projects/wiki/html" :base-extension "org"))))) -(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. - ) |