From 8b4b59dbf19f2affc3eaaf69d3cc38efeede3981 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 13 Jan 2017 17:30:28 +0100 Subject: emacs: literate programming MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Everything has been moved into an org file. Signed-off-by: Miquel Sabaté Solà --- emacs/settings/init-misc.el | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 emacs/settings/init-misc.el (limited to 'emacs/settings/init-misc.el') diff --git a/emacs/settings/init-misc.el b/emacs/settings/init-misc.el deleted file mode 100644 index 04eb84a..0000000 --- a/emacs/settings/init-misc.el +++ /dev/null @@ -1,34 +0,0 @@ -;;; init-misc.el --- Miscellaneous packages - -;; Copyright (C) 2016-2017 Miquel Sabaté Solà -;; -;; This program is free software: you can redistribute it and/or modify -;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation, either version 3 of the License, or -;; (at your option) any later version. -;; -;; This program is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -;; GNU General Public License for more details. - -;;; Commentary: -;; -;; Set of packages for improving the editing experience. - -;;; Code: - -(require 'use-package) - -;; Install a set of useful functions from @bbatsov. The bindings are following -;; Emacs style instead of being more Vim-like on purpose (I don't want to put -;; too many things into my leader and these shortcuts look sensible to me). -(use-package crux - :ensure t - :bind (("C-c d" . crux-delete-file-and-buffer) - ("C-c r" . crux-rename-file-and-buffer) - ("C-c i" . crux-find-user-init-file) - ("C-c o" . crux-open-with))) - -(provide 'init-misc) -;;; init-misc.el ends here -- cgit v1.2.3