aaa
This commit is contained in:
parent
e46182d7d6
commit
d539048139
2 changed files with 8 additions and 0 deletions
|
@ -533,6 +533,11 @@ make sure to setup authinfo
|
||||||
(use-package company-box
|
(use-package company-box
|
||||||
:hook (company-mode . company-box-mode))
|
:hook (company-mode . company-box-mode))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
*** Formatting
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package format-all
|
||||||
|
:hook ('prog-mode-hook . 'format-all-mode))
|
||||||
|
#+end_src
|
||||||
** Dired (quick file management in emacs)
|
** Dired (quick file management in emacs)
|
||||||
Dired is a built-in file manager for Emacs that does some pretty amazing things! Here are some key bindings you should try out:
|
Dired is a built-in file manager for Emacs that does some pretty amazing things! Here are some key bindings you should try out:
|
||||||
*** Key Bindings
|
*** Key Bindings
|
||||||
|
|
|
@ -453,6 +453,9 @@
|
||||||
(use-package company-box
|
(use-package company-box
|
||||||
:hook (company-mode . company-box-mode))
|
:hook (company-mode . company-box-mode))
|
||||||
|
|
||||||
|
(use-package format-all
|
||||||
|
:hook ('prog-mode-hook . 'format-all-mode))
|
||||||
|
|
||||||
(use-package dired
|
(use-package dired
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:commands (dired dired-jump)
|
:commands (dired dired-jump)
|
||||||
|
|
Loading…
Reference in a new issue