aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-01-01 01:47:04 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-01-01 01:47:04 +1300
commitccaa11ddd743875b8120765e4f412ec8cf3ec33a (patch)
tree9f2c087604cc69206f69fe252718fe04df2bbe4f /emacs
parentMerge branch 'release/v4.3.0' into develop (diff)
downloaddotfiles-ccaa11ddd743875b8120765e4f412ec8cf3ec33a.tar.gz
dotfiles-ccaa11ddd743875b8120765e4f412ec8cf3ec33a.zip
Add my new .emacs file
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs7
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))))