File tree 2 files changed +6
-17
lines changed
2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 1
1
#+STARTUP: showall hidestars
2
2
3
- * Links
4
- - [[http://cestlaz.github.io][Here's my Blog]]
5
- * Lesson 1
6
- ** Part 1
7
- Introducing the series and setting up the package manager
8
- - Show melpa
9
- - set up melpa
10
- ** Installing some packages
11
- - installed use-package
12
- - installed try
13
- - installed which-key
14
- * Lesson 2
15
- Show some org-mode
16
- - review init.el
17
- - set up Readme.org
3
+ For a list of all posts and videos check out http://cestlaz.github.io/stories/emacs
4
+
Original file line number Diff line number Diff line change 5
5
; ; If you edit it by hand, you could mess it up, so be careful.
6
6
; ; Your init file should contain only one such instance.
7
7
; ; If there is more than one, they won't work right.
8
- '(package-selected-packages (quote (org-bullets which-key try use-package))))
8
+ '(package-selected-packages
9
+ (quote
10
+ (tabbar ace-window org-bullets which-key try use-package))))
9
11
(custom-set-faces
10
12
; ; custom-set-faces was added by Custom.
11
13
; ; If you edit it by hand, you could mess it up, so be careful.
17
19
; ; Our stuff
18
20
19
21
(setq inhibit-startup-message t )
20
-
22
+ ( tool-bar-mode -1 )
21
23
22
24
(require 'package )
23
25
(setq package-enable-at-startup nil )
You can’t perform that action at this time.
0 commit comments