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
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package orderless
|
||||
:demand t
|
||||
:custom
|
||||
|
|
@ -508,11 +508,11 @@ C-c C-c to apply."
|
|||
;; )
|
||||
;; )
|
||||
)
|
||||
#+end_src
|
||||
#+END_SRC
|
||||
|
||||
** Marginalia
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
;; Enable rich annotations using the Marginalia package
|
||||
(use-package marginalia
|
||||
;; 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
|
||||
;; package.
|
||||
(marginalia-mode))
|
||||
#+end_src
|
||||
#+END_SRC
|
||||
|
||||
* Dired
|
||||
|
||||
|
|
@ -565,7 +565,6 @@ Operate on the current line if no region is active.
|
|||
|
||||
#+begin_src emacs-lisp
|
||||
(use-package whole-line-or-region
|
||||
|
||||
:config
|
||||
(whole-line-or-region-global-mode 1)
|
||||
)
|
||||
|
|
@ -841,8 +840,8 @@ https://github.com/remyferre/comment-dwim-2
|
|||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package comment-dwim-2
|
||||
:config
|
||||
(global-set-key (kbd "M-;") 'comment-dwim-2)
|
||||
:bind
|
||||
("M-;" . comment-dwim-2)
|
||||
)
|
||||
#+END_SRC
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue