Commit 43c56e48 authored by Arnaud Legrand's avatar Arnaud Legrand

This should help on many systems

parent 4e3c27ca
......@@ -25,6 +25,8 @@
(require 'org)
(require 'ess-site)
(setq inhibit-splash-screen t)
(setq frame-title-format
......
......@@ -52,6 +52,11 @@ document, simply =M-x org-babel-tangle=.
#+begin_src emacs-lisp :tangle init.el
(require 'org)
#+end_src
** Loading ESS (Emacs support for R)
This seems to be needed on some platforms.
#+begin_src emacs-lisp :tangle init.el
(require 'ess-site)
#+end_src
* Emacs aesthetics:
** Remove splash screen: :WEB:
#+begin_src emacs-lisp :tangle init.el
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment