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)))
|
||||
#+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
|
||||
|
@ -45,6 +45,7 @@
|
||||
beacon
|
||||
bind-key
|
||||
cheatsheet
|
||||
ciel
|
||||
coffee-mode
|
||||
command-log-mode
|
||||
company
|
||||
|
Loading…
Reference in New Issue
Block a user