Move windmove bindinds into use-package block
This commit is contained in:
parent
57db815be8
commit
64409f45ca
@ -30,10 +30,6 @@
|
||||
(setq backup-directory-alist `((".*" . ,temporary-file-directory))
|
||||
auto-save-file-name-transforms `((".*" ,temporary-file-directory t)))
|
||||
|
||||
;;;; keybinds
|
||||
(when (fboundp 'windmove-default-keybindings)
|
||||
(windmove-default-keybindings))
|
||||
|
||||
;;; Packages
|
||||
;;;; install/load quelpa
|
||||
(require 'package)
|
||||
@ -156,6 +152,10 @@
|
||||
(add-to-list 'org-babel-load-languages '(dot . t))
|
||||
(add-to-list 'org-src-lang-modes '("dot" . graphviz-dot)))
|
||||
|
||||
(use-package windmove
|
||||
:config
|
||||
(windmove-default-keybindings))
|
||||
|
||||
;;;; external packages (required)
|
||||
(use-package company :ensure
|
||||
:config
|
||||
|
Loading…
Reference in New Issue
Block a user