From 4f8da69c162c1c7d2a99f717fbc3fec0885973c3 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 2 Nov 2012 12:38:44 +0100 Subject: .conkerorrc/init.js --- .conkerorrc/init.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.conkerorrc/init.js b/.conkerorrc/init.js index 9608427..671a5f7 100644 --- a/.conkerorrc/init.js +++ b/.conkerorrc/init.js @@ -168,6 +168,8 @@ remove_hook("download_added_hook", open_download_buffer_automatically); hints_minibuffer_annotation_mode(true); theme_load("naquadah"); +external_content_handlers.set("application/pdf", "xpdf"); + var gh_url = "http://github.com/"; function read_url_github_ad_command_handler(input) { -- cgit v1.2.3-54-g00ecf From 9c68f9b3a658654b04d3993d9555d7d482e51191 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 5 Nov 2012 21:01:59 +0100 Subject: .config/herbstluftwm/autostart --- .config/herbstluftwm/autostart | 40 ++++++++++++++++++++++++++++++++-------- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index cf47e86..d82b31b 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -6,19 +6,43 @@ function hc () { modkey="Mod4" +hc keybind $modkey+Ctrl+b resize left +0.05 +hc keybind $modkey+Ctrl+f resize right +0.05 +hc keybind $modkey+Ctrl+n resize down +0.05 +hc keybind $modkey+Ctrl+p resize up +0.05 hc keybind $modkey+Ctrl+q quit -hc keybind $modkey+e spawn emacs +hc keybind $modkey+Ctrl+r reload +hc keybind $modkey+Shift+1 spawn dmenu_run -p 'Run:' -b -nb '#111113' -nf '#eeeeec' -sb '#171719' +hc keybind $modkey+Shift+b shift left +hc keybind $modkey+Shift+f shift right +hc keybind $modkey+Shift+n shift down +hc keybind $modkey+Shift+p shift up +hc keybind $modkey+Shift+s split vertical 0.5 +hc keybind $modkey+b focus -i left +hc keybind $modkey+c spawn urxvt +hc keybind $modkey+comma cycle_monitor -1 +hc keybind $modkey+e spawn emacsclient -ca emacs +hc keybind $modkey+f focus -i right +hc keybind $modkey+k close +hc keybind $modkey+n focus -i down +hc keybind $modkey+o cycle_all +hc keybind $modkey+p focus -i up +hc keybind $modkey+period cycle_monitor 1 +hc keybind $modkey+q remove +hc keybind $modkey+s split horizontal 0.5 +hc keybind $modkey+space cycle_layout 1 +hc keybind $modkey+w spawn conkeror +hc keybind Ctrl+Mod1+l spawn i3lock -c 000000 -hc set frame_bg_normal_color "#0c191c" -hc set frame_bg_active_color "#000000" +hc set default_frame_layout 2 +hc set focus_stealing_prevention 0 +hc set frame_bg_transparent 1 hc set frame_border_width 0 +hc set raise_on_focus 1 +hc set window_border_active_color "#999999" +hc set window_border_normal_color "#222224" hc set window_border_width 1 -hc set window_border_normal_color "#15abc3" -hc set window_border_active_color "#e0c625" -hc set focus_stealing_prevention 0 - -hc set default_frame_layout 2 hc set_layout max hc add default2 -- cgit v1.2.3-54-g00ecf From 58f70f9a76b652c753880c03f22a734c67713e61 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 5 Nov 2012 21:02:18 +0100 Subject: .xinitrc --- .xinitrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index 3a2b9a5..8cce8b3 100755 --- a/.xinitrc +++ b/.xinitrc @@ -15,5 +15,7 @@ then mpdscribble & fi -test -n "$1" && wm=$1 || wm="emacs" +emacs --daemon & + +test -n "$1" && wm=$1 || wm="herbstluftwm" exec $wm -- cgit v1.2.3-54-g00ecf From 1c630b0ad7f05f19f7641fcba6525772e9f53ecd Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 5 Nov 2012 21:04:22 +0100 Subject: .emacs.d/init.el --- .emacs.d/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 793ac7d..40384e2 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -416,8 +416,7 @@ (global-set-key (kbd "C-z") 'quick-edit-mode) (unless (server-running-p) - (server-start) - (load "wm-init")) + (server-start)) (provide 'init) -- cgit v1.2.3-54-g00ecf From 2490c4a89c8afec2def992cecda6e604686c0ec2 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 5 Nov 2012 21:04:56 +0100 Subject: .emacs.d/site-lisp/oni.el --- .emacs.d/site-lisp/oni.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.emacs.d/site-lisp/oni.el b/.emacs.d/site-lisp/oni.el index 2a27e45..a2d2604 100644 --- a/.emacs.d/site-lisp/oni.el +++ b/.emacs.d/site-lisp/oni.el @@ -293,11 +293,13 @@ If COUNT has been specified indent by that much, otherwise look at (defun oni:markdown-mode-func () "Function for `markdown-mode-hook'." + (setq-local comment-auto-fill-only-comments nil) (auto-fill-mode) (whitespace-mode)) (defun oni:message-mode-func () "Function for `message-mode-hook'." + (setq-local comment-auto-fill-only-comments nil) (auto-fill-mode) (flyspell-mode) (ispell-change-dictionary (read-string "New dictionary: "))) @@ -563,5 +565,11 @@ for easy selection." "Function for `write-file-hooks'." (time-stamp)) +(define-skeleton html-tag + "Testing creation of an html tag" + "Tagname:" + "<" str ("Attribute: " " " str "=\"" (skeleton-read "Value: ") "\"") ">\n" + "\n") + (provide 'oni) ;;; oni.el ends here -- cgit v1.2.3-54-g00ecf From 229865af945675dea3218a0852f41c7f9caecad8 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 5 Nov 2012 21:05:16 +0100 Subject: .emacs.d/site-lisp/org-init.el --- .emacs.d/site-lisp/org-init.el | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/.emacs.d/site-lisp/org-init.el b/.emacs.d/site-lisp/org-init.el index 7345f91..6f28432 100644 --- a/.emacs.d/site-lisp/org-init.el +++ b/.emacs.d/site-lisp/org-init.el @@ -34,13 +34,27 @@ '(org-crypt-use-before-save-magic)) (setq org-agenda-custom-commands - '(("wt" "Work todo." - tags-todo "CATEGORY=\"Work\"") - ("wm" "Myaethon2 todo." - tags-todo "CATEGORY=\"myaethon2\""))) + '(("pa" "Avandu" tags-todo "slug=\"avandu\"") + ("pb" "Blog" tags-todo "slug=\"blog\"") + ("pc" "Configuration" tags-todo "slug=\"configuration\"") + ("pd" "dispass.el" tags-todo "slug=\"dispass.el\"") + ("pD" "DVDroid" tags-todo "slug=\"dvdroid\"") + ("pe" "Eye on Manga" tags-todo "slug=\"eye-on-manga\"") + ("pG" "gDisPass" tags-todo "slug=\"gdispass\"") + ("pg" "gitto" tags-todo "slug=\"gitto\"") + ("pi" "Ideas" tags-todo "slug=\"ideas\"") + ("pM" "Maintenance" tags-todo "slug=\"maintenance\"") + ("pme" "Metal Express Radio.el" tags-todo + "slug=\"metal-express-radio.el\"") + ("pmo" "Mode Icons" tags-todo "slug=\"mode-icons\"") + ("pmy1" "myAethon" tags-todo "slug=\"myaethon\"") + ("pmy2" "myAethon2" tags-todo "slug=\"myaethon2\"") + ("ps" "Sawfish Naquadah theme" tags-todo + "slug=\"sawfish-naquadah-theme\"") + ("w" "Work todo." tags-todo "work"))) (setq org-agenda-sorting-strategy '((agenda habit-down time-up priority-down category-keep) - (todo priority-down tag-up category-up) + (todo priority-down category-keep) (tags priority-down category-keep) (search category-keep))) (setq org-agenda-tags-column -101) @@ -101,6 +115,7 @@ ("ACQUIRE" :background "red") ("IGNORED" :background "#555555"))) (setq org-use-fast-todo-selection t) +(setq org-use-property-inheritance '("slug")) (add-to-list 'org-modules 'habit) -- cgit v1.2.3-54-g00ecf From 2b8e24fcdf5a959520c8aee422a0916b51751e75 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 5 Nov 2012 21:05:56 +0100 Subject: .emacs.d/themes/yoshi-theme.el --- .emacs.d/themes/yoshi-theme.el | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.emacs.d/themes/yoshi-theme.el b/.emacs.d/themes/yoshi-theme.el index 6836353..39f35f5 100644 --- a/.emacs.d/themes/yoshi-theme.el +++ b/.emacs.d/themes/yoshi-theme.el @@ -31,9 +31,11 @@ (custom-theme-set-faces 'yoshi '(default ((t (:background "#111113" :foreground "#eeeeec")))) - '(flymake-errline ((t (:background nil :underline (:color "#d16979" :style wave))))) - '(flymake-infoline ((t (:background nil :underline (:color "#4da5d1" :style wave))))) - '(flymake-warnline ((t (:background nil :underline (:color "#d19317" :style wave))))) + '(flymake-errline ((t (:background nil :underline (:color "#ff756e" :style wave))))) + '(flymake-infoline ((t (:background nil :underline (:color "#78a2c1" :style wave))))) + '(flymake-warnline ((t (:background nil :underline (:color "#ffbb56" :style wave))))) + '(flyspell-duplicate ((t (:underline (:color "#ffbb56" :style wave))))) + '(flyspell-incorrect ((t (:underline (:color "#ff756e" :style wave))))) '(font-lock-comment-delimiter-face ((t (:foreground "#a9a9a9" :slant italic :weight bold)))) '(font-lock-comment-face ((t (:foreground "#a9a9a9" :slant italic)))) '(font-lock-constant-face ((t (:foreground "#93d8d8")))) @@ -51,6 +53,12 @@ '(jabber-roster-user-online ((t (:foreground "#769ff2")))) '(link ((t (:foreground "#ffbb56" :underline t)))) '(magit-item-highlight ((t (:weight bold)))) + '(markdown-header-face-1 ((t (:height 1.5 :foreground "#78a2c1")))) + '(markdown-header-face-2 ((t (:height 1.4 :foreground "#93d8d8")))) + '(markdown-header-face-3 ((t (:height 1.3 :foreground "#9ad870")))) + '(markdown-header-face-4 ((t (:height 1.2 :foreground "#c39cc3")))) + '(markdown-header-face-5 ((t (:height 1.1 :foreground "#ff756e")))) + '(markdown-header-face-6 ((t (:height 1.0 :foreground "#a9a9a9")))) '(minibuffer-prompt ((t (:foreground "#78a2c1")))) '(mode-line ((t (:background "#222224" :foreground "#eeeeec" :box nil)))) '(mode-line-inactive ((t (:background "#171719" :foreground "#999999" :box nil)))) -- cgit v1.2.3-54-g00ecf From 82679b5adef0cde86133b5312361c604fbe59694 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 7 Nov 2012 03:27:29 +0100 Subject: .config/herbstluftwm/autostart --- .config/herbstluftwm/autostart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index d82b31b..7ef0bfa 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -12,12 +12,12 @@ hc keybind $modkey+Ctrl+n resize down +0.05 hc keybind $modkey+Ctrl+p resize up +0.05 hc keybind $modkey+Ctrl+q quit hc keybind $modkey+Ctrl+r reload -hc keybind $modkey+Shift+1 spawn dmenu_run -p 'Run:' -b -nb '#111113' -nf '#eeeeec' -sb '#171719' +# hc keybind $modkey+Shift+1 spawn dmenu_run -p 'Run:' -b -nb '#111113' -nf '#eeeeec' -sb '#171719' hc keybind $modkey+Shift+b shift left hc keybind $modkey+Shift+f shift right hc keybind $modkey+Shift+n shift down hc keybind $modkey+Shift+p shift up -hc keybind $modkey+Shift+s split vertical 0.5 +hc keybind $modkey+Shift+s split horizontal 0.5 hc keybind $modkey+b focus -i left hc keybind $modkey+c spawn urxvt hc keybind $modkey+comma cycle_monitor -1 @@ -29,7 +29,7 @@ hc keybind $modkey+o cycle_all hc keybind $modkey+p focus -i up hc keybind $modkey+period cycle_monitor 1 hc keybind $modkey+q remove -hc keybind $modkey+s split horizontal 0.5 +hc keybind $modkey+s split vertical 0.5 hc keybind $modkey+space cycle_layout 1 hc keybind $modkey+w spawn conkeror hc keybind Ctrl+Mod1+l spawn i3lock -c 000000 @@ -50,7 +50,7 @@ hc remove_monitor 1 hc move_monitor 0 1920x1080+0+0 hc add_monitor 1680x1050+1920+0 default2 -hc pad 0 -5 -5 -5 -5 +hc pad 0 20 -5 -5 -5 hc pad 1 -5 -5 -5 -5 hc mousebind $modkey-Button1 move -- cgit v1.2.3-54-g00ecf From 7481b80d53bd59894191e10eff67a5e4d3890136 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 7 Nov 2012 03:27:54 +0100 Subject: .emacs.d/init.el --- .emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 40384e2..6f63801 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -166,8 +166,7 @@ (vertical-scroll-bars . nil) (menu-bar-lines . nil) (tool-bar-lines . nil) - (font . "Monaco:pixelsize=16") - (left-fringe . 0))) + (font . "Monaco:pixelsize=16"))) (setq emms-source-file-default-directory "/mnt/music/") (setq erc-autojoin-channels-alist '(("freenode.net" "#ninthfloor" "#emacs" "#dispass"))) @@ -268,6 +267,7 @@ (setq php-function-call-face 'font-lock-function-name-face) (setq php-mode-force-pear t) (setq pony-tpl-indent-moves t) +(setq pretty-symbol-categories '(lambda relational logical)) (setq rainbow-delimiters-max-face-count 12) (setq redisplay-dont-pause t) (setq scroll-conservatively 101) -- cgit v1.2.3-54-g00ecf From 43e6c2ed7d942f474f9ced7c96ad3e5ec285768a Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 7 Nov 2012 03:28:41 +0100 Subject: .xinitrc --- .xinitrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.xinitrc b/.xinitrc index 8cce8b3..3be47f4 100755 --- a/.xinitrc +++ b/.xinitrc @@ -16,6 +16,7 @@ then fi emacs --daemon & +fehlstart & test -n "$1" && wm=$1 || wm="herbstluftwm" exec $wm -- cgit v1.2.3-54-g00ecf From 5c676cfa16fd50d237ffdbbb61d5a8a5db275007 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 7 Nov 2012 03:28:53 +0100 Subject: .zshenv --- .zshenv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshenv b/.zshenv index c633338..d515549 100644 --- a/.zshenv +++ b/.zshenv @@ -1,4 +1,3 @@ -# -*- eval: (git-auto-commit-mode 1) -*- LESSCMD="less -FXRS" export LESS_TERMCAP_mb=$'\e[1;37m' @@ -18,3 +17,5 @@ alias grep="grep --color=always" alias less=$LESSCMD alias ls="ls -F --color=always" alias mysql="mysql --pager" +alias reboot="systemctl reboot" +alias poweroff="systemctl poweroff" -- cgit v1.2.3-54-g00ecf From b5aeceaa3298da662f82f7260aad307652440785 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 7 Nov 2012 03:29:09 +0100 Subject: .config/fehlstart/fehlstart.rc --- .config/fehlstart/fehlstart.rc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .config/fehlstart/fehlstart.rc diff --git a/.config/fehlstart/fehlstart.rc b/.config/fehlstart/fehlstart.rc new file mode 100644 index 0000000..6810f50 --- /dev/null +++ b/.config/fehlstart/fehlstart.rc @@ -0,0 +1,22 @@ + +[Bindings] +launch=r + +[Matching] +strict=false +executable=true + +[Update] +interval=15 + +[Icons] +show=true +cache=true + +[Border] +color=#000000 +width=1 + +[Window] +width=200 +height=100 -- cgit v1.2.3-54-g00ecf From 6980bf5cb1e2d7a5c8c7c7bd30e297a4d2c81b65 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 7 Nov 2012 03:29:31 +0100 Subject: .local/share/applications/poweroff.desktop --- .local/share/applications/poweroff.desktop | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .local/share/applications/poweroff.desktop diff --git a/.local/share/applications/poweroff.desktop b/.local/share/applications/poweroff.desktop new file mode 100644 index 0000000..b809e56 --- /dev/null +++ b/.local/share/applications/poweroff.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=poweroff +GenericName=Power Off +Comment=Turn off the power +Exec=systemctl poweroff +Icon=system-shutdown.png +Type=Application -- cgit v1.2.3-54-g00ecf From 3b692252a50ac6289741474e1e61ccaea2baf3ed Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 7 Nov 2012 03:29:40 +0100 Subject: .local/share/applications/reboot.desktop --- .local/share/applications/reboot.desktop | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .local/share/applications/reboot.desktop diff --git a/.local/share/applications/reboot.desktop b/.local/share/applications/reboot.desktop new file mode 100644 index 0000000..34ca716 --- /dev/null +++ b/.local/share/applications/reboot.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=reboot +GenericName=Reboot +Comment=Reboot the system +Exec=systemctl reboot +Icon=reload.png +Type=Application -- cgit v1.2.3-54-g00ecf From 859b5eb2806582fe79d8e51907522e4b1bb6e1bb Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 7 Nov 2012 03:30:10 +0100 Subject: .local/share/applications/moc.desktop --- .local/share/applications/moc.desktop | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .local/share/applications/moc.desktop diff --git a/.local/share/applications/moc.desktop b/.local/share/applications/moc.desktop new file mode 100644 index 0000000..7d83074 --- /dev/null +++ b/.local/share/applications/moc.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=moc +GenericName=Music Player +Comment=Play Music +Exec=urxvt -e mocp +Icon=audio-x-generic.png +Type=Application -- cgit v1.2.3-54-g00ecf From 9372c108f935a64ff325a4f24e8d7f3444d0ad14 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 7 Nov 2012 03:30:32 +0100 Subject: .local/share/applications/ncmpcpp.desktop --- .local/share/applications/ncmpcpp.desktop | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .local/share/applications/ncmpcpp.desktop diff --git a/.local/share/applications/ncmpcpp.desktop b/.local/share/applications/ncmpcpp.desktop new file mode 100644 index 0000000..8151a1e --- /dev/null +++ b/.local/share/applications/ncmpcpp.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=ncmpcpp +GenericName=Music Player +Comment=Play Music +Exec=urxvt -e ncmpcpp +Icon=audio-x-generic.png +Type=Application -- cgit v1.2.3-54-g00ecf From 54300c04e91abd1f319327a5c8b6c3fe8d73fa7e Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 7 Nov 2012 03:35:22 +0100 Subject: .gitconfig --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index fd23d2b..2d49656 100644 --- a/.gitconfig +++ b/.gitconfig @@ -18,3 +18,5 @@ smtpserverport = 587 [merge] tool = emerge +[push] + default = simple -- cgit v1.2.3-54-g00ecf From fdefffa218d88d995f052fb7df60ade810687047 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 7 Nov 2012 18:49:51 +0100 Subject: .config/herbstluftwm/autostart --- .config/herbstluftwm/autostart | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/herbstluftwm/autostart b/.config/herbstluftwm/autostart index 7ef0bfa..5dd2d51 100755 --- a/.config/herbstluftwm/autostart +++ b/.config/herbstluftwm/autostart @@ -62,6 +62,7 @@ hc rule focus=on hc rule windowtype=_NET_WM_WINDOW_TYPE_DIALOG focus=on pseudotile=on hc rule class=Xephyr pseudotile=on hc rule instance=Xine\ Window pseudotile=on +hc rule class=Pinentry pseudotile=on # xbindkeys -- cgit v1.2.3-54-g00ecf From 0dc0273a78c6a3878ba0ee270f2c403b65077e14 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 7 Nov 2012 18:52:39 +0100 Subject: .emacs.d/gnus.el --- .emacs.d/gnus.el | 36 +++++++++++++----------------------- 1 file changed, 13 insertions(+), 23 deletions(-) diff --git a/.emacs.d/gnus.el b/.emacs.d/gnus.el index 503aa1d..d040fd1 100644 --- a/.emacs.d/gnus.el +++ b/.emacs.d/gnus.el @@ -1,27 +1,22 @@ -(setq gnus-select-method '(nntp "news.eternal-september.org")) +(setq gnus-select-method '(nntp "news.gmane.org")) (setq gnus-secondary-select-methods '((nnmaildir "gmail" (directory "~/documents/mail/gmail/")) (nnmaildir "ninthfloor" (directory "~/documents/mail/ninthfloor/")) - (nnmaildir "arch" - (directory "~/documents/mail/arch/")) (nnmaildir "aethon" (directory "~/documents/mail/aethon/")) (nnmaildir "ryuslash" - (directory "~/documents/mail/ryuslash.org/")) - (nntp "news.gmane.org"))) - + (directory "~/documents/mail/ryuslash.org/")))) + ; (nntp "news.gmane.org")) (setq gnus-auto-subscribed-groups nil) (setq gnus-save-newsrc-file nil) (setq gnus-read-newsrc-file nil) (setq gnus-novice-user t) (setq gnus-article-truncate-lines nil) - (setq message-send-mail-function 'message-send-mail-with-sendmail) (setq sendmail-program "/usr/bin/msmtp") (setq message-sendmail-extra-arguments '("-a" "gmail")) - ;; (setq gnus-parameters ;; '(("gmail" ;; (display . all)) @@ -29,16 +24,19 @@ ;; (display . all) ;; ("arch" ;; (display . all))))) - (setq gnus-permanently-visible-groups - "\\(gmail\\|aethon\\|arch\\|ninthfloor\\|ryuslash\\):INBOX") - + (eval-when-compile + (regexp-opt '("gmail:inbox" + "aethon:inbox" + "ninthfloor:inbox" + "ryuslash:inbox")))) (setq nntp-marks-is-evil t) - (setq gnus-check-new-newsgroups nil) - (setq gnus-posting-styles '((".*" + (address "tom@ryuslash.org") + (eval (setq message-sendmail-extra-arguments '("-a" "ryuslash")))) + ("gmail:" (address "ryuslash@gmail.com") (eval (setq message-sendmail-extra-arguments '("-a" "gmail")))) ("ninthfloor:" @@ -50,18 +48,10 @@ ("aethon:" (address "thomas@aethon.nl") (signature-file "~/documents/work/aethon/signature.txt") - (eval (setq message-sendmail-extra-arguments '("-a" "aethon")))) - ("ryuslash:" - (address "tom@ryuslash.org") - (eval (setq message-sendmail-extra-arguments '("-a" "ryuslash")))))) - -(setq user-mail-address "ryuslash@gmail.com") + (eval (setq message-sendmail-extra-arguments '("-a" "aethon")))))) +(setq user-mail-address "tom@ryuslash.org") (setq user-full-name "Tom Willemsen") -(add-hook 'gnus-summary-mode-hook '(lambda () (linum-mode -1))) -(add-hook 'gnus-article-mode-hook '(lambda () (linum-mode -1))) -(add-hook 'gnus-group-mode-hook '(lambda () (linum-mode -1))) - ;-----[ BBDB ]-------------------------------------------------------- ;; (require 'bbdb) ;; (bbdb-initialize 'gnus 'message) -- cgit v1.2.3-54-g00ecf From 7d198e5604c2dee7a66cce9203a1270e31803af6 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 7 Nov 2012 18:53:32 +0100 Subject: .emacs.d/init.el --- .emacs.d/init.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6f63801..1d5495b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -18,8 +18,7 @@ (add-to-list 'load-path directory) (let ((default-directory directory)) (normal-top-level-add-subdirs-to-load-path))) - '("/usr/share/emacs/site-lisp" "~/.emacs.d/site-lisp")) - (add-to-list 'load-path "~/.emacs.d/")) + '("/usr/share/emacs/site-lisp" "~/.emacs.d/site-lisp"))) (require 'ext) (require 'mode-icons) @@ -226,6 +225,7 @@ "Access to a protected member")))) (setq frame-title-format '(:eval (concat "emacs: " (buffer-name)))) (setq geiser-repl-history-filename "~/.emacs.d/geiser-history") +(setq gnus-init-file "~/.emacs.d/gnus") (setq gtags-auto-update t) (setq help-at-pt-display-when-idle t) (setq ido-auto-merge-delay-time 1000000) @@ -262,7 +262,6 @@ ("marmalade" . "http://marmalade-repo.org/packages/"))) (setq package-load-list '((htmlize "1.39") (lua-mode "20111107") - (python "0.24.2") all)) (setq php-function-call-face 'font-lock-function-name-face) (setq php-mode-force-pear t) -- cgit v1.2.3-54-g00ecf From 3104a8c298d964662bb09cc5e2a78d4bb1e104d0 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 7 Nov 2012 18:55:10 +0100 Subject: .config/zathura/zathurarc --- .config/zathura/zathurarc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/zathura/zathurarc diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc new file mode 100644 index 0000000..529fef6 --- /dev/null +++ b/.config/zathura/zathurarc @@ -0,0 +1,7 @@ +map scroll full-up +map n scroll down +map p scroll up +map scroll down +map scroll up +map scroll right +map scroll left -- cgit v1.2.3-54-g00ecf