A few small uncommitted changes
[~bandali/configs] / .emacs.d / init.el
index 435cf97..26259eb 100644 (file)
@@ -901,7 +901,7 @@ Make N (default: 1) copies of the current line or region."
   (defconst yas-verbosity-cur yas-verbosity)
   (setq yas-verbosity 2)
   (csetq yas-snippet-dirs `(,(b/etc "yasnippet/snippets")))
-  (add-to-list 'yas-snippet-dirs "~/src/git/guix/etc/snippets" t)
+  ;; (add-to-list 'yas-snippet-dirs "~/src/git/guix/etc/snippets" t)
   (yas-reload-all)
   (setq yas-verbosity yas-verbosity-cur)
 
@@ -977,16 +977,6 @@ Make N (default: 1) copies of the current line or region."
                   (other-window 1)))
 (global-set-key (kbd "C-c w q") #'quit-window)
 
-(run-with-idle-timer 0.6 nil #'require 'windmove)
-(global-set-key (kbd "C-c w h") #'windmove-left)
-(global-set-key (kbd "C-c w j") #'windmove-down)
-(global-set-key (kbd "C-c w k") #'windmove-up)
-(global-set-key (kbd "C-c w l") #'windmove-right)
-(global-set-key (kbd "C-c w H") #'windmove-swap-states-left)
-(global-set-key (kbd "C-c w J") #'windmove-swap-states-down)
-(global-set-key (kbd "C-c w K") #'windmove-swap-states-up)
-(global-set-key (kbd "C-c w L") #'windmove-swap-states-right)
-
 ;; pass
 ;; (global-set-key (kbd "C-c a p") #'pass)
 ;; (add-hook 'pass-mode-hook #'View-exit)