summaryrefslogtreecommitdiff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-04-08 08:40:53 -0700
committerFranck Cuny <fcuny@twitter.com>2019-04-08 08:40:53 -0700
commit645dc2bb08a612d356cfd59075cc371f25e2996d (patch)
tree028d391535310e1227d82005d85914f0c07e24cc /emacs.d/init.el
parent[emacs] Update configuration related to git. (diff)
downloademacs.d-645dc2bb08a612d356cfd59075cc371f25e2996d.tar.gz
[emacs] Back to using org-mode.
I've really made a mistake when I stopped using org-mode. At the time I probably went overboard by trying to do to much with it. Now I need to rethink a workflow and how to use it efficiently for work and personal stuff.
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index cdc8e98..44b4a47 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -31,6 +31,8 @@
(require 'fcuny-git)
(require 'fcuny-flycheck)
+(require 'fcuny-org)
+
(require 'fcuny-docker)
(require 'fcuny-json)
(require 'fcuny-protobuf)