Skip to content

Commit 68f66c3

Browse files
committed
Added lesson 3
1 parent 4add8dd commit 68f66c3

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

Readme.org

+2-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
11
#+STARTUP: showall hidestars
22

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+

init.el

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
;; If you edit it by hand, you could mess it up, so be careful.
66
;; Your init file should contain only one such instance.
77
;; 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))))
911
(custom-set-faces
1012
;; custom-set-faces was added by Custom.
1113
;; If you edit it by hand, you could mess it up, so be careful.
@@ -17,7 +19,7 @@
1719
;; Our stuff
1820

1921
(setq inhibit-startup-message t)
20-
22+
(tool-bar-mode -1)
2123

2224
(require 'package)
2325
(setq package-enable-at-startup nil)

0 commit comments

Comments
 (0)