summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-07-08 15:28:17 +0200
committerGravatar Tom Willemse2015-07-08 15:28:17 +0200
commit38c9454e2b62554e02f61f3480fe52ce32440bf2 (patch)
treefb9007dc2acf6b50ecb854741b5b40f5471b0f75 /emacs
parent0976c73b7de9aff4d70294a675efe300e1e9b68c (diff)
downloaddotfiles-38c9454e2b62554e02f61f3480fe52ce32440bf2.tar.gz
dotfiles-38c9454e2b62554e02f61f3480fe52ce32440bf2.zip
Remove obsolete init files
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/site-lisp/avandu-init.el35
-rw-r--r--emacs/.emacs.d/site-lisp/mu4e-init.el54
2 files changed, 0 insertions, 89 deletions
diff --git a/emacs/.emacs.d/site-lisp/avandu-init.el b/emacs/.emacs.d/site-lisp/avandu-init.el
deleted file mode 100644
index 3a80140..0000000
--- a/emacs/.emacs.d/site-lisp/avandu-init.el
+++ /dev/null
@@ -1,35 +0,0 @@
-;;; avandu-init.el --- Initialization for avandu -*- lexical-binding: t; -*-
-
-;; Copyright (C) 2014 Tom Willemse
-
-;; Author: Tom Willemse <tom@ryuslash.org>
-;; Keywords:
-
-;; 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:
-
-;; Initialization code for the `avandu' library, should get loaded
-;; when `avandu' is.
-
-;;; Code:
-
-(require 'avandu)
-
-(setq avandu-user "admin"
- avandu-tt-rss-api-url "https://ryuslash.org/tt-rss/api/"
- avandu-html2text-command #'shr-render-region)
-
-(provide 'avandu-init)
-;;; avandu-init.el ends here
diff --git a/emacs/.emacs.d/site-lisp/mu4e-init.el b/emacs/.emacs.d/site-lisp/mu4e-init.el
deleted file mode 100644
index e11baf5..0000000
--- a/emacs/.emacs.d/site-lisp/mu4e-init.el
+++ /dev/null
@@ -1,54 +0,0 @@
-;;; mu4e-init.el --- mu4e initialization
-
-;; Copyright (C) 2012 Tom Willemse
-
-;; Author: Tom Willemse <slash@drd>
-;; Keywords:
-
-;; 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:
-
-;;
-
-;;; Code:
-
-(require 'oni)
-
-(oni:define-mailbox "aethon"
- (oni:email thomas at aethon dot nl)
- (expand-file-name "~/documents/work/aethon/signature.txt"))
-(oni:define-mailbox "gmail" (oni:email ryuslash at gmail dot com))
-(oni:define-mailbox "ninthfloor"
- (oni:email ryuslash at ninthfloor dot org))
-(oni:define-mailbox "ryuslash" (oni:email tom at ryuslash dot org)
- nil "ryuslash.org")
-
-(setq mu4e-headers-date-format "%d-%m %H:%M")
-(setq mu4e-headers-fields '((:date . 11)
- (:flags . 6)
- (:to . 22)
- (:from . 22)
- (:subject)))
-(setq mu4e-headers-show-threads nil)
-(setq mu4e-headers-sort-revert nil)
-(setq mu4e-html2text-command "w3m -dump -T text/HTML -cols 72")
-(setq mu4e-my-email-addresses (list
- (oni:email tom at ryuslash dot org)
- (oni:email ryuslash at gmail dot com)
- (oni:email ryuslash at ninthfloor dot org)
- (oni:email thomas at aethon dot nl)))
-
-(provide 'mu4e-init)
-;;; mu4e-init.el ends here