summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-03 17:24:10 +0100
committerGravatar Tom Willemse2013-11-03 17:24:10 +0100
commit33420ba262460bfa97eca87bc40865b8e1ead009 (patch)
treee20fc4855eb21180ec14cc04265e2818d9cb79d3 /.emacs.d/init.org
parent9cac262fe7ccdbd39a826f35e9749c2f34215a77 (diff)
downloademacs-33420ba262460bfa97eca87bc40865b8e1ead009.tar.gz
emacs-33420ba262460bfa97eca87bc40865b8e1ead009.zip
Remove docker-mode, someone else made a better one
Diffstat (limited to '.emacs.d/init.org')
-rw-r--r--.emacs.d/init.org15
1 files changed, 0 insertions, 15 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index f98c20b..368ae0e 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -193,21 +193,6 @@
(eval-after-init (load-theme 'yoshi t)))
#+END_SRC
-* Writing Dockerfiles
-
- I've been playing around with docker a little bit and I wasn't able
- to find any modes that provided syntax highlighting for them. So I
- wrote a very simple one.
-
- #+BEGIN_SRC emacs-lisp
- (define-generic-mode docker-mode
- '(?#)
- '("FROM" "MAINTAINER" "RUN" "CMD" "EXPOSE" "ENV" "ADD" "ENTRYPOINT" "VOLUME"
- "USER" "WORKDIR")
- nil '("Dockerfile") nil
- "A simple Dockerfile mode.")
- #+END_SRC
-
* Browsing with eww
=eww= is a very cool project, but I don't like where it downloads things.