We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a34b3 commit 4b4e388Copy full SHA for 4b4e388
.gitignore
@@ -1,3 +1,4 @@
1
tutorial/auto
2
tutorial/_minted-ess-customization
3
-tutorial/ess_customization.R
+tutorial/ess_customization.R
4
+tutorial/speaker_notes.org
tutorial/ess-init.el
@@ -13,6 +13,7 @@
13
;; Early birds:
14
(package-initialize)
15
(setq inhibit-splash-screen t)
16
+(global-display-line-numbers-mode)
17
18
;; Make sure that use-package is installed:
19
(unless (package-installed-p 'use-package)
0 commit comments