mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[emacs] Reformat emacs.org
This commit is contained in:
parent
e6fb70b951
commit
9f5ec8b983
1 changed files with 553 additions and 552 deletions
|
@ -1,8 +1,9 @@
|
||||||
#+TITLE: Emacs Configuration
|
#+TITLE: Emacs Configuration
|
||||||
|
#+STARTUP: indent
|
||||||
|
|
||||||
* Startup
|
* Startup
|
||||||
** Disable the emacs startup screen.
|
** Disable the emacs startup screen.
|
||||||
#+name: startup
|
#+name: startupa
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq inhibit-startup-screen +1)
|
(setq inhibit-startup-screen +1)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in a new issue