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