This commit is contained in:
Tom Willemse 2013-04-10 22:05:48 +02:00
parent 35b47c5092
commit d07f2eb138
12 changed files with 21 additions and 20 deletions

2
.hgrc
View file

@ -1,4 +1,4 @@
[ui] [ui]
username = Tom Willemsen <tom@ryuslash.org> username = Tom Willemse <tom@ryuslash.org>
[extensions] [extensions]
hgext.bookmarks = hgext.bookmarks =

View file

@ -45,6 +45,7 @@
(address "tom.willemsen@archlinux.us") (address "tom.willemsen@archlinux.us")
(eval (setq message-sendmail-extra-arguments '("-a" "arch")))) (eval (setq message-sendmail-extra-arguments '("-a" "arch"))))
("aethon:" ("aethon:"
(name "Tom Willemsen")
(address "thomas@aethon.nl") (address "thomas@aethon.nl")
(signature-file "~/documents/work/aethon/signature.txt") (signature-file "~/documents/work/aethon/signature.txt")
(eval (setq message-sendmail-extra-arguments '("-a" "aethon") (eval (setq message-sendmail-extra-arguments '("-a" "aethon")

View file

@ -415,7 +415,7 @@ Also change directories to current working directory."
(setq type-break-keystroke-threshold '(nil . nil)) (setq type-break-keystroke-threshold '(nil . nil))
(setq uniquify-buffer-name-style 'post-forward) (setq uniquify-buffer-name-style 'post-forward)
(setq use-dialog-box nil) (setq use-dialog-box nil)
(setq user-full-name "Tom Willemsen") (setq user-full-name "Tom Willemse")
(setq user-mail-address "tom@ryuslash.org") (setq user-mail-address "tom@ryuslash.org")
(setq w3m-fill-column 72) (setq w3m-fill-column 72)
(setq window-combination-resize t) (setq window-combination-resize t)

View file

@ -1,8 +1,8 @@
;;; dzen.el --- Control DZEN2 from emacs ;;; dzen.el --- Control DZEN2 from emacs
;; Copyright (C) 2012 Tom Willemsen ;; Copyright (C) 2012 Tom Willemse
;; Author: Tom Willemsen <slash@drd> ;; Author: Tom Willemse <slash@drd>
;; Keywords: convenience ;; Keywords: convenience
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify

View file

@ -1,8 +1,8 @@
;;; eltuki.el --- Tekuti functions ;;; eltuki.el --- Tekuti functions
;; Copyright (C) 2012 Tom Willemsen ;; Copyright (C) 2012 Tom Willemse
;; Author: Tom Willemsen <slash@drd> ;; Author: Tom Willemse <slash@drd>
;; Keywords: convenience ;; Keywords: convenience
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify

View file

@ -1,8 +1,8 @@
;;; ext.el --- More emacs functions ;;; ext.el --- More emacs functions
;; Copyright (C) 2012 Tom Willemsen ;; Copyright (C) 2012 Tom Willemse
;; Author: Tom Willemsen <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify

View file

@ -1,8 +1,8 @@
;;; metalexpress.el --- Listen to Metal Express Radio ;;; metalexpress.el --- Listen to Metal Express Radio
;; Copyright (C) 2012 Tom Willemsen ;; Copyright (C) 2012 Tom Willemse
;; Author: Tom Willemsen <thomas@aethon.nl> ;; Author: Tom Willemse <thomas@aethon.nl>
;; Keywords: multimedia ;; Keywords: multimedia
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify

View file

@ -1,8 +1,8 @@
;;; mu4e-init.el --- mu4e initialization ;;; mu4e-init.el --- mu4e initialization
;; Copyright (C) 2012 Tom Willemsen ;; Copyright (C) 2012 Tom Willemse
;; Author: Tom Willemsen <slash@drd> ;; Author: Tom Willemse <slash@drd>
;; Keywords: ;; Keywords:
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify

View file

@ -1,8 +1,8 @@
;;; oni.el --- Functions for emacs ;;; oni.el --- Functions for emacs
;; Copyright (C) 2012 Tom Willemsen ;; Copyright (C) 2012 Tom Willemse
;; Author: Tom Willemsen <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify

View file

@ -1,8 +1,8 @@
;;; org-init.el --- Org initialization ;;; org-init.el --- Org initialization
;; Copyright (C) 2012 Tom Willemsen ;; Copyright (C) 2012 Tom Willemse
;; Author: Tom Willemsen <slash@drd> ;; Author: Tom Willemse <slash@drd>
;; Keywords: ;; Keywords:
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify

View file

@ -1,8 +1,8 @@
;;; quick-edit-mode.el --- Quickly edit stuff ;;; quick-edit-mode.el --- Quickly edit stuff
;; Copyright (C) 2012 Tom Willemsen ;; Copyright (C) 2012 Tom Willemse
;; Author: Tom Willemsen <slash@drd> ;; Author: Tom Willemse <slash@drd>
;; Keywords: convenience ;; Keywords: convenience
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# name: from ... import ... # name: from ... import ...
# contributor: Tom Willemsen # contributor: Tom Willemse
# key: from # key: from
# -- # --
from ${1:module} import ${2:class_or_module} from ${1:module} import ${2:class_or_module}