From 83b5a0ce16aa45b7d2ad9a2cae1de1b10059d487 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Thu, 25 Feb 2021 09:52:00 +0000 Subject: [PATCH] emacs: 'proper' window bindings, rust mode --- emacs.d/custom.el | 2 +- emacs.d/init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.d/custom.el b/emacs.d/custom.el index 9fee0bf..028ae23 100644 --- a/emacs.d/custom.el +++ b/emacs.d/custom.el @@ -10,7 +10,7 @@ '(org-agenda-files (quote ("~/data/org/notes.org" "~/data/org/work.org"))) '(package-selected-packages (quote - (rust-playground rust-mode company magit-gerrit elixir-mode evil-org org-pomodoro evil magit dracula-theme use-package)))) + (cmake-project cmake-ide rust-playground rust-mode company magit-gerrit elixir-mode evil-org org-pomodoro evil magit dracula-theme use-package)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. diff --git a/emacs.d/init.el b/emacs.d/init.el index 6668180..ced99d6 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -40,7 +40,7 @@ (tool-bar-mode 0) (tooltip-mode 0)) -(windmove-default-keybindings) +(windmove-default-keybindings 'ctrl) ; Can re-bind these. ; windmove-up