diff --git a/bindings.el b/bindings.el index cb0f943..170a243 100644 --- a/bindings.el +++ b/bindings.el @@ -390,19 +390,22 @@ "C-g" #'vertico-repeat "C-s" #'save-buffer "C-;" #'comment-dwim + "C-/" #'comment-line "C-q" #'kill-emacs "C-" #'beginning-of-visual-line "C-" #'end-of-visual-line "C-M-" #'next-window-any-frame - "C-H-" #'previous-window-any-frame - "s-" #'backward-paragraph - "s-" #'forward-paragraph + "C-M-" #'previous-window-any-frame + "C-" #'backward-paragraph + "C-" #'forward-paragraph + "M-" #'drag-stuff-up + "M-" #'drag-stuff-down "C-M-h" #'windmove-left "C-M-j" #'windmove-up "C-M-k" #'windmove-down "C-M-l" #'windmove-right - "C-" #'beginning-of-buffer - "C-" #'end-of-buffer + "" #'beginning-of-buffer + "" #'end-of-buffer "C-" #'split-window-vertically "C-S-" #'split-window-horizontally "C-M-S-s-" #'+fold/toggle) diff --git a/config.el b/config.el index c71785c..f30281b 100644 --- a/config.el +++ b/config.el @@ -32,8 +32,6 @@ (setq org-directory "~/Documents/Obsidian/Primary") -;;(setq treesit-extra-load-path '("~/Source/_src/tree-sitter-module/dist/")) - (use-package! kbd-mode) ;; Modeline diff --git a/init.el b/init.el index e563ed9..9a28cec 100644 --- a/init.el +++ b/init.el @@ -158,7 +158,7 @@ (mu4e +mbsync) :app - ;;calendar + calendar ;;emms ;;everywhere ; *leave* Emacs!? You must be joking ;;irc ; how neckbeards socialize