mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] Fix errors in emacs.org
This commit is contained in:
parent
9f5ec8b983
commit
6a5805ccd6
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
* Startup
|
||||
** Disable the emacs startup screen.
|
||||
#+name: startupa
|
||||
#+name: startup
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq inhibit-startup-screen +1)
|
||||
#+END_SRC
|
||||
|
@ -54,7 +54,7 @@
|
|||
(define-key eshell-mode-map (kbd "C-c C-l") 'helm-eshell-history)))))
|
||||
#+END_SRC
|
||||
*** helm-descbinds
|
||||
#+name: helm
|
||||
#+name: packages
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package helm-descbinds
|
||||
:ensure t
|
||||
|
|
Loading…
Reference in a new issue