mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Remove Ace jump
This commit is contained in:
parent
f09a65e59a
commit
8f594bb296
9
init.org
9
init.org
@ -156,8 +156,7 @@
|
|||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(let* ((packages
|
(let* ((packages
|
||||||
'(ace-jump-mode ; quick cursor location minor mode
|
'(auto-compile ; automatically compile Emacs Lisp libraries
|
||||||
auto-compile ; automatically compile Emacs Lisp libraries
|
|
||||||
cider ; Clojure Interactive Development Environment
|
cider ; Clojure Interactive Development Environment
|
||||||
company ; Modular text completion framework
|
company ; Modular text completion framework
|
||||||
define-word ; display the definition of word at point
|
define-word ; display the definition of word at point
|
||||||
@ -1204,12 +1203,6 @@
|
|||||||
(define-key custom-bindings-map (kbd "C-c m") 'magit-status)
|
(define-key custom-bindings-map (kbd "C-c m") 'magit-status)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Bindings for [[https://github.com/winterTTr/ace-jump-mode][ace-jump-mode]].
|
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(define-key custom-bindings-map (kbd "C-c SPC") 'ace-jump-mode)
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
Bindings for [[http://company-mode.github.io/][company-mode]].
|
Bindings for [[http://company-mode.github.io/][company-mode]].
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user