Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr-ressources
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Learning Lab
mooc-rr-ressources
Commits
43c56e48
Commit
43c56e48
authored
Aug 24, 2018
by
Arnaud Legrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This should help on many systems
parent
4e3c27ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
init.el
module2/ressources/rr_org/init.el
+2
-0
init.org
module2/ressources/rr_org/init.org
+5
-0
No files found.
module2/ressources/rr_org/init.el
View file @
43c56e48
...
@@ -25,6 +25,8 @@
...
@@ -25,6 +25,8 @@
(
require
'org
)
(
require
'org
)
(
require
'ess-site
)
(
setq
inhibit-splash-screen
t
)
(
setq
inhibit-splash-screen
t
)
(
setq
frame-title-format
(
setq
frame-title-format
...
...
module2/ressources/rr_org/init.org
View file @
43c56e48
...
@@ -52,6 +52,11 @@ document, simply =M-x org-babel-tangle=.
...
@@ -52,6 +52,11 @@ document, simply =M-x org-babel-tangle=.
#+begin_src emacs-lisp :tangle init.el
#+begin_src emacs-lisp :tangle init.el
(require 'org)
(require 'org)
#+end_src
#+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:
* Emacs aesthetics:
** Remove splash screen: :WEB:
** Remove splash screen: :WEB:
#+begin_src emacs-lisp :tangle init.el
#+begin_src emacs-lisp :tangle init.el
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment