Skip to content

Commit

Permalink
Added lesson 3
Browse files Browse the repository at this point in the history
  • Loading branch information
zamansky committed May 26, 2016
1 parent 4add8dd commit 68f66c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
17 changes: 2 additions & 15 deletions Readme.org
@@ -1,17 +1,4 @@
#+STARTUP: showall hidestars

* Links
- [[http://cestlaz.github.io][Here's my Blog]]
* Lesson 1
** Part 1
Introducing the series and setting up the package manager
- Show melpa
- set up melpa
** Installing some packages
- installed use-package
- installed try
- installed which-key
* Lesson 2
Show some org-mode
- review init.el
- set up Readme.org
For a list of all posts and videos check out http://cestlaz.github.io/stories/emacs

6 changes: 4 additions & 2 deletions init.el
Expand Up @@ -5,7 +5,9 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages (quote (org-bullets which-key try use-package))))
'(package-selected-packages
(quote
(tabbar ace-window org-bullets which-key try use-package))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
Expand All @@ -17,7 +19,7 @@
;; Our stuff

(setq inhibit-startup-message t)

(tool-bar-mode -1)

(require 'package)
(setq package-enable-at-startup nil)
Expand Down

0 comments on commit 68f66c3

Please sign in to comment.