mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Move this to ext
This commit is contained in:
parent
49a572fa74
commit
33c403bda3
2 changed files with 7 additions and 7 deletions
|
|
@ -110,6 +110,13 @@
|
|||
|
||||
;; (pop display-buffer-alist)
|
||||
#+end_src
|
||||
* Ace jump
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package ace-jump-mode
|
||||
:bind (("C-c j" . 'ace-jump-line-mode)
|
||||
:map *root-map*
|
||||
("SPC" . 'ace-jump-mode)))
|
||||
#+END_SRC
|
||||
* delete-other-side-windows
|
||||
#+begin_src emacs-lisp
|
||||
(defun my/delete-other-windows (arg)
|
||||
|
|
|
|||
|
|
@ -970,13 +970,6 @@
|
|||
(global-set-key (kbd "C-h o") #'helpful-symbol)
|
||||
(setq helpful-switch-buffer-function #'pop-to-buffer)
|
||||
#+end_src
|
||||
** Ace jump
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package ace-jump-mode
|
||||
:bind (("C-c j" . 'ace-jump-line-mode)
|
||||
:map *root-map*
|
||||
("SPC" . 'ace-jump-mode)))
|
||||
#+END_SRC
|
||||
** olivetti
|
||||
#+begin_src emacs-lisp
|
||||
(use-package olivetti
|
||||
|
|
|
|||
Loading…
Reference in a new issue