dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 97e6d0a269b1941493743e7eccb5e3e3bca07f52
parent b0f208d7a4e4ed52caf140f7be2db9edc5949543
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon, 22 Dec 2014 04:22:47 -0800

change article2 tmux recipe

Diffstat:
M.emacs.d/init.el | 8++++----
M.tmuxinator/article2.yml | 5+++--
2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/.emacs.d/init.el b/.emacs.d/init.el @@ -38,7 +38,7 @@ helm ; Emacs incremental and narrowing framework popup ; visual popup interface library ;doxymacs ; doxygen integration - auctex ; advanced LaTeX mode + ;auctex ; advanced LaTeX mode reftex ; BiBTeX references powerline ; powerline for emacs rainbow-delimiters ; color nested parantheses @@ -108,7 +108,7 @@ "S" 'ispell "n" 'linum-mode ;"w" 'whitespace-mode - "m" 'mu4e + ;"m" 'mu4e "p" 'org-latex-export-to-pdf "P" 'org-beamer-export-to-pdf "c" 'compile @@ -286,7 +286,7 @@ (electric-pair-mode 1) ;; mail client setup -(require 'mu4e) +;(require 'mu4e) (require 'smtpmail) ;; main account @@ -400,7 +400,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(custom-safe-themes (quote ("1e7e097ec8cb1f8c3a912d7e1e0331caeed49fef6cff220be63bd2a6ba4cc365" default))) - '(org-file-apps (quote ((auto-mode . emacs) ("\\.mm\\'" . default) ("\\.x?html?\\'" . default) ("\\.pdf\\'" . "zathura %s")))) + ;'(org-file-apps (quote ((auto-mode . emacs) ("\\.mm\\'" . default) ("\\.x?html?\\'" . default) ("\\.pdf\\'" . "zathura %s")))) '(send-mail-function (quote smtpmail-send-it))) (custom-set-faces ;'(default ((t (:inherit nil :stipple nil :background "#002b36" :foreground "#839496" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 128 :width normal :foundry "unknown" :family "termsyn"))))) diff --git a/.tmuxinator/article2.yml b/.tmuxinator/article2.yml @@ -1,7 +1,8 @@ # ~/.tmuxinator/article2.yml name: article2 -root: ~/articles/own/2-org +#root: ~/articles/own/2-org +root: ~/articles/own/2 # Optional tmux socket # socket_name: foo @@ -19,4 +20,4 @@ root: ~/articles/own/2-org # tmux_command: byobu windows: - - editor: zathura article2.pdf & ; emacs article2.org & + - editor: make view &>/dev/null & ; make edit