Configure the ciel package
This commit is contained in:
parent
fbb74c1c29
commit
9d1a01c2cc
@ -2241,6 +2241,16 @@ Then configure ~real-auto-save-mode~
|
|||||||
("s" . helm-mu)))
|
("s" . helm-mu)))
|
||||||
#+END_SRC
|
#+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
|
* Make programming a bit easier
|
||||||
|
|
||||||
** Electric case
|
** Electric case
|
||||||
|
@ -45,6 +45,7 @@
|
|||||||
beacon
|
beacon
|
||||||
bind-key
|
bind-key
|
||||||
cheatsheet
|
cheatsheet
|
||||||
|
ciel
|
||||||
coffee-mode
|
coffee-mode
|
||||||
command-log-mode
|
command-log-mode
|
||||||
company
|
company
|
||||||
|
Loading…
Reference in New Issue
Block a user