Skip to content

Commit 2457faa

Browse files
committed
Add dockerfile-mode.
1 parent 9a4222c commit 2457faa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

core/ome-auto-mode.org

+15
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,21 @@ fingertips.
7272
(ome-install 'pkgbuild-mode))
7373
#+END_SRC
7474

75+
* Dockerfile
76+
:PROPERTIES:
77+
:CUSTOM_ID: dockerfile
78+
:END:
79+
80+
[[https://www.docker.com/][docker]] is a new awesome platform to building and shipping development and
81+
production environment.
82+
83+
#+NAME: dockerfile-mode
84+
#+BEGIN_SRC emacs-lisp
85+
(defun dockerfile-mode-setup ())
86+
87+
(ome-install 'dockerfile-mode)
88+
#+END_SRC
89+
7590
* Wikipedia
7691
:PROPERTIES:
7792
:CUSTOM_ID: wikipedia

0 commit comments

Comments
 (0)