chore: stylefix
This commit is contained in:
parent
3f93a19d4b
commit
a79987f30f
1 changed files with 93 additions and 94 deletions
13
config.org
13
config.org
|
|
@ -488,7 +488,7 @@ C-c C-c to apply."
|
||||||
|
|
||||||
** Orderless
|
** Orderless
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package orderless
|
(use-package orderless
|
||||||
:demand t
|
:demand t
|
||||||
:custom
|
:custom
|
||||||
|
|
@ -508,11 +508,11 @@ C-c C-c to apply."
|
||||||
;; )
|
;; )
|
||||||
;; )
|
;; )
|
||||||
)
|
)
|
||||||
#+end_src
|
#+END_SRC
|
||||||
|
|
||||||
** Marginalia
|
** Marginalia
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
;; Enable rich annotations using the Marginalia package
|
;; Enable rich annotations using the Marginalia package
|
||||||
(use-package marginalia
|
(use-package marginalia
|
||||||
;; Bind `marginalia-cycle' locally in the minibuffer. To make the binding
|
;; Bind `marginalia-cycle' locally in the minibuffer. To make the binding
|
||||||
|
|
@ -527,7 +527,7 @@ C-c C-c to apply."
|
||||||
;; the mode gets enabled right away. Note that this forces loading the
|
;; the mode gets enabled right away. Note that this forces loading the
|
||||||
;; package.
|
;; package.
|
||||||
(marginalia-mode))
|
(marginalia-mode))
|
||||||
#+end_src
|
#+END_SRC
|
||||||
|
|
||||||
* Dired
|
* Dired
|
||||||
|
|
||||||
|
|
@ -565,7 +565,6 @@ Operate on the current line if no region is active.
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package whole-line-or-region
|
(use-package whole-line-or-region
|
||||||
|
|
||||||
:config
|
:config
|
||||||
(whole-line-or-region-global-mode 1)
|
(whole-line-or-region-global-mode 1)
|
||||||
)
|
)
|
||||||
|
|
@ -841,8 +840,8 @@ https://github.com/remyferre/comment-dwim-2
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package comment-dwim-2
|
(use-package comment-dwim-2
|
||||||
:config
|
:bind
|
||||||
(global-set-key (kbd "M-;") 'comment-dwim-2)
|
("M-;" . comment-dwim-2)
|
||||||
)
|
)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue