diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2019-01-01 01:47:04 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2019-01-01 01:47:04 +1300 |
commit | ccaa11ddd743875b8120765e4f412ec8cf3ec33a (patch) | |
tree | 9f2c087604cc69206f69fe252718fe04df2bbe4f /emacs | |
parent | Merge branch 'release/v4.3.0' into develop (diff) | |
download | dotfiles-ccaa11ddd743875b8120765e4f412ec8cf3ec33a.tar.gz dotfiles-ccaa11ddd743875b8120765e4f412ec8cf3ec33a.zip |
Add my new .emacs file
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/emacs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/emacs b/emacs/emacs new file mode 100644 index 00000000..a80f36a1 --- /dev/null +++ b/emacs/emacs @@ -0,0 +1,7 @@ +(require 'package) +(add-to-list 'package-archives + '("melpa" . "https://melpa.org/packages/")) +(package-initialize) +(custom-set-variables + '(package-selected-packages + (quote (markdown-mode fireplace)))) |