aboutsummaryrefslogtreecommitdiff
path: root/emacs/emacs
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-01-01 12:39:01 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-01-01 12:39:01 +1300
commitbee176e8f895d594e522ea6ff46ca3e2c7d2cb76 (patch)
tree29115713032e2526d8a9628cbf5716432bc50491 /emacs/emacs
parentMerge branch 'release/v4.3.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-4.4.0.tar.gz (sig)
dotfiles-4.4.0.zip
Merge branch 'release/v4.4.0'v4.4.0
* release/v4.4.0: Bump VERSION Add my new .emacs file
Diffstat (limited to 'emacs/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))))