From 8f727c7b3a3c8664d47598c61641930e8c3d6221 Mon Sep 17 00:00:00 2001 From: shoshin Date: Wed, 29 Jun 2022 21:04:10 -0500 Subject: Clean: some of the consult config & keybinds --- shoshin-config.el | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'shoshin-config.el') 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. - ) -- cgit v1.2.3