Configure the ciel package

This commit is contained in:
Gergely Polonkai 2018-11-20 14:00:41 +01:00
parent fbb74c1c29
commit 9d1a01c2cc
2 changed files with 11 additions and 0 deletions

View File

@ -2241,6 +2241,16 @@ Then configure ~real-auto-save-mode~
("s" . helm-mu)))
#+END_SRC
** ViMs ~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

View File

@ -45,6 +45,7 @@
beacon
bind-key
cheatsheet
ciel
coffee-mode
command-log-mode
company