aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init/oni-align.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-05-28 09:23:25 -0700
committerGravatar Tom Willemse2018-05-28 09:24:47 -0700
commitf6bd936f91fccd51a1160f9fc012b23ab52c73b9 (patch)
tree06a38b477ac452b7a09a684ff8cd0d6cbecb8edc /emacs/.emacs.d/init/oni-align.el
parent686ce4b560383540034fc51021572f158ef5ca49 (diff)
downloadnew-dotfiles-f6bd936f91fccd51a1160f9fc012b23ab52c73b9.tar.gz
new-dotfiles-f6bd936f91fccd51a1160f9fc012b23ab52c73b9.zip
Start moving away from Org mode
Diffstat (limited to 'emacs/.emacs.d/init/oni-align.el')
-rw-r--r--emacs/.emacs.d/init/oni-align.el32
1 files changed, 32 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/oni-align.el b/emacs/.emacs.d/init/oni-align.el
new file mode 100644
index 0000000..c42a5dd
--- /dev/null
+++ b/emacs/.emacs.d/init/oni-align.el
@@ -0,0 +1,32 @@
+;;; oni-align.el --- Alignment configuration -*- lexical-binding: t; -*-
+
+;; Copyright (C) 2018 Tom Willemse
+
+;; Author: Tom Willemse <tom@ryuslash.org>
+;; Keywords: local
+
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;; Configuration for several alignment options.
+
+;;; Code:
+
+(require 'align)
+
+
+
+(provide 'oni-align)
+;;; oni-align.el ends here