feat: remove sunrise commandor
Learn dired-mode instead
This commit is contained in:
parent
d37d733f5b
commit
ff49b4958c
1 changed files with 0 additions and 21 deletions
21
config.org
21
config.org
|
|
@ -82,8 +82,6 @@
|
|||
- [[#bell][Bell]]
|
||||
- [[#server][Server]]
|
||||
- [[#beacon][Beacon]]
|
||||
- [[#sunrise-commander][Sunrise commander]]
|
||||
- [[#install][Install]]
|
||||
- [[#org][Org]]
|
||||
- [[#enabling-table-of-contents][Enabling table of contents]]
|
||||
- [[#org-bullets][Org bullets]]
|
||||
|
|
@ -1373,25 +1371,6 @@ https://github.com/Malabarba/beacon
|
|||
)
|
||||
#+END_SRC
|
||||
|
||||
* Sunrise commander
|
||||
|
||||
https://github.com/escherdragon/sunrise-commander
|
||||
|
||||
** Install
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-to-list 'load-path "~/.emacs.d/extra/sunrise-commander")
|
||||
|
||||
(require 'sunrise-commander)
|
||||
(require 'sunrise-x-buttons)
|
||||
(require 'sunrise-x-modeline)
|
||||
|
||||
(global-set-key (kbd "C-c s") 'sunrise)
|
||||
(global-set-key (kbd "C-c c") 'sunrise-cd)
|
||||
|
||||
(add-to-list 'auto-mode-alist '("\\.srvm\\'" . sr-virtual-mode))
|
||||
#+END_SRC
|
||||
|
||||
* Org
|
||||
|
||||
** Enabling table of contents
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue