From 9d1a01c2cccce81116bbb88026bb06b86f9563f2 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 20 Nov 2018 14:00:41 +0100 Subject: [PATCH] Configure the ciel package --- configuration.org | 10 ++++++++++ customizations.el | 1 + 2 files changed, 11 insertions(+) diff --git a/configuration.org b/configuration.org index 7d90090..acd3523 100644 --- a/configuration.org +++ b/configuration.org @@ -2241,6 +2241,16 @@ Then configure ~real-auto-save-mode~ ("s" . helm-mu))) #+END_SRC +** ViM’s ~ci~ functionality + +#+BEGIN_SRC emacs-lisp +(use-package ciel + :bind + (:map global-map + ("C-c i" . ciel-ci) + ("C-c o" . ciel-co))) +#+END_SRC + * Make programming a bit easier ** Electric case diff --git a/customizations.el b/customizations.el index 4d21240..8d8fe00 100644 --- a/customizations.el +++ b/customizations.el @@ -45,6 +45,7 @@ beacon bind-key cheatsheet + ciel coffee-mode command-log-mode company