style: Fix indentation and remove trailing whitespace
- Fix inconsistent indentation in init-base.el async block
- Remove trailing blank lines in init-base.el
- Move sly note navigation from M-{/} to C-p/C-n in sly-prefix-map
- Add M-p binding for 'sly-pprint-eval-last-expression'
- Remove C-s/C-r consult-line bindings from dired/dirvish maps
This commit is contained in:
@@ -81,12 +81,12 @@
|
||||
|
||||
;; async
|
||||
(if *is-android*
|
||||
(use-package async
|
||||
:hook
|
||||
(after-init . dired-async-mode)
|
||||
(after-init . async-bytecomp-package-mode)
|
||||
:init
|
||||
(setq async-bytecomp-allowed-packages '(all))))
|
||||
(use-package async
|
||||
:hook
|
||||
(after-init . dired-async-mode)
|
||||
(after-init . async-bytecomp-package-mode)
|
||||
:init
|
||||
(setq async-bytecomp-allowed-packages '(all))))
|
||||
|
||||
;; autorevert buffer
|
||||
(use-package autorevert
|
||||
@@ -202,7 +202,7 @@
|
||||
(lambda () (ibuffer-switch-to-saved-filter-groups "Main")
|
||||
(unless (eq ibuffer-sorting-mode 'alphabetic)
|
||||
(ibuffer-do-sort-by-alphabetic))))
|
||||
|
||||
|
||||
(setq ibuffer-show-empty-filter-groups nil
|
||||
ibuffer-use-other-window t
|
||||
ibuffer-default-sorting-mode 'filename))
|
||||
@@ -241,7 +241,7 @@
|
||||
(use-package shr
|
||||
:config
|
||||
(setq shr-inhibit-images nil))
|
||||
|
||||
|
||||
(provide 'init-base)
|
||||
|
||||
;;; init-base.el ends here
|
||||
|
||||
Reference in New Issue
Block a user