summaryrefslogtreecommitdiffstats
path: root/emacs/site-lisp
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-04 18:22:24 +0200
committerGravatar Tom Willemse2013-05-04 18:22:24 +0200
commite53bd5e8888a6c883620cf77720b841b59bfaa04 (patch)
tree459ee8033066352187c61af520c3813e5bb81009 /emacs/site-lisp
parent9d1b8d26191658f49713683f4873fc55711cea2b (diff)
downloaddotfiles-e53bd5e8888a6c883620cf77720b841b59bfaa04.tar.gz
dotfiles-e53bd5e8888a6c883620cf77720b841b59bfaa04.zip
Revert "Move as much as possible to custom.el"
This reverts commit ca90f4623b44157ffa08555b4ac448d1b440ac5f.
Diffstat (limited to 'emacs/site-lisp')
-rw-r--r--emacs/site-lisp/oni.el7
-rw-r--r--emacs/site-lisp/org-init.el1
2 files changed, 1 insertions, 7 deletions
diff --git a/emacs/site-lisp/oni.el b/emacs/site-lisp/oni.el
index 1fb56d0..fb4545a 100644
--- a/emacs/site-lisp/oni.el
+++ b/emacs/site-lisp/oni.el
@@ -333,13 +333,6 @@ When dealing with braces, add another line and indent that too."
(c-set-offset 'arglist-close '0)
(setq-local fci-rule-column 80))
-(defun oni:pretty-control-l-function (win)
- "Just make a string of either `fci-rule-column' or
- `fill-column' length -1. Use the `-' character. WIN is ignored."
- (ignore win)
- (make-string
- (1- (if (boundp 'fci-rule-column) fci-rule-column fill-column)) ?-))
-
(defun oni:prog-mode-func ()
"Function for `prog-mode-hook'."
(setq-local comment-auto-fill-only-comments t))
diff --git a/emacs/site-lisp/org-init.el b/emacs/site-lisp/org-init.el
index 53cd826..ca822aa 100644
--- a/emacs/site-lisp/org-init.el
+++ b/emacs/site-lisp/org-init.el
@@ -148,6 +148,7 @@
("ACQUIRE" :foreground "#ff756e" :background "#171719" :box (:width 1 :color "#282830"))
("IGNORED" :foreground "#999999" :background "#222224" :box (:width 1 :color "#333335"))))
(setq org-use-fast-todo-selection t)
+(setq org-agenda-skip-function-global 'oni:skip-ex-tag)
(setq org-use-property-inheritance '("slug"))
(add-hook 'org-agenda-mode-hook 'org-agenda-to-appt)