mirror of
https://github.com/correl/dotfiles.git
synced 2025-03-07 04:35:47 -10: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
|
* Startup
|
||||||
** Disable the emacs startup screen.
|
** Disable the emacs startup screen.
|
||||||
#+name: startupa
|
#+name: startup
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq inhibit-startup-screen +1)
|
(setq inhibit-startup-screen +1)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
(define-key eshell-mode-map (kbd "C-c C-l") 'helm-eshell-history)))))
|
(define-key eshell-mode-map (kbd "C-c C-l") 'helm-eshell-history)))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** helm-descbinds
|
*** helm-descbinds
|
||||||
#+name: helm
|
#+name: packages
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package helm-descbinds
|
(use-package helm-descbinds
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|
Loading…
Add table
Reference in a new issue