buncha keymaps

This commit is contained in:
2025-11-25 12:08:33 -05:00
parent 5f3d93c6e8
commit b506b0c404
3 changed files with 99 additions and 162 deletions

10
init.el
View File

@@ -209,13 +209,7 @@
;; 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
'(ag all-the-icons company consult-projectile dap-mode doom-modeline
embark-consult evil-collection flycheck general gruvbox-theme
helpful hydra lsp-mode lsp-ui magit marginalia
modern-cpp-font-lock orderless org-bullets org-modern
rainbow-delimiters slime slime-company smartparens treemacs
treemacs-projectile vertico yasnippet yasnippet-snippets)))
'(package-selected-packages nil))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
@@ -234,5 +228,5 @@
:config
(setq org-agenda-files (directory-files-recursively "~/org" "\\.org$")))
;; Development Environment ------------------------------------------------------
;; Development Environment -----------------------------------------------------
(load (expand-file-name "dev-settings.el" user-emacs-directory))