# HG changeset patch # User Jordi Gutiérrez Hermoso # Date 1343921872 14400 # Node ID 6eed7c87bb9516541db0cd42ccc21c8efc50e2e3 # Parent c3127e3eed0befaad735f23a1d052182174f334d Move custom vars to bottom diff --git a/dotemacs.el b/dotemacs.el --- a/dotemacs.el +++ b/dotemacs.el @@ -1,97 +1,3 @@ -(custom-set-variables - ;; custom-set-variables was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - '(LaTeX-indent-level 2) - '(LaTeX-item-indent 0) - '(TeX-PDF-mode t) - '(TeX-brace-indent-level 2) - '(TeX-debug-bad-boxes t) - '(TeX-debug-warnings t) - '(TeX-display-help nil) - '(TeX-newline-function (quote reindent-then-newline-and-indent)) - '(TeX-output-view-style (quote (("^dvi$" ("^landscape$" "^pstricks$\\|^pst-\\|^psfrag$") "%(o?)dvips -t landscape %d -o && gv %f") ("^dvi$" "^pstricks$\\|^pst-\\|^psfrag$" "%(o?)dvips %d -o && gv %f") ("^dvi$" ("^a4\\(?:dutch\\|paper\\|wide\\)\\|sem-a4$" "^landscape$") "%(o?)xdvi %dS -paper a4r -s 0 %d") ("^dvi$" "^a4\\(?:dutch\\|paper\\|wide\\)\\|sem-a4$" "%(o?)xdvi %dS -paper a4 %d") ("^dvi$" ("^a5\\(?:comb\\|paper\\)$" "^landscape$") "%(o?)xdvi %dS -paper a5r -s 0 %d") ("^dvi$" "^a5\\(?:comb\\|paper\\)$" "%(o?)xdvi %dS -paper a5 %d") ("^dvi$" "^b5paper$" "%(o?)xdvi %dS -paper b5 %d") ("^dvi$" "^letterpaper$" "%(o?)xdvi %dS -paper us %d") ("^dvi$" "^legalpaper$" "%(o?)xdvi %dS -paper legal %d") ("^dvi$" "^executivepaper$" "%(o?)xdvi %dS -paper 7.25x10.5in %d") ("^dvi$" "." "%(o?)xdvi %dS %d") ("^pdf$" "." "evince %o %(outpage)") ("^html?$" "." "netscape %o")))) - '(TeX-view-program-selection (quote (((output-dvi style-pstricks) "dvips and gv") (output-dvi "Evince") (output-pdf "Evince") (output-html "xdg-open")))) - '(add-log-mailing-address "jordigh@octave.org") - '(auto-compression-mode t nil (jka-compr)) - '(c-offsets-alist (quote ((substatement-open . 0) (innamespace . 0)))) - '(case-fold-search t) - '(column-number-mode t) - '(comint-input-autoexpand (quote history)) - '(comint-move-point-for-output (quote all)) - '(comint-prompt-read-only t) - '(comint-scroll-to-bottom-on-input (quote all)) - '(compilation-scroll-output t) - '(confirm-kill-emacs (quote yes-or-no-p)) - '(cperl-auto-newline nil) - '(cperl-close-paren-offset 0) - '(cperl-electric-backspace-untabify nil) - '(cperl-highlight-variables-indiscriminately t) - '(cperl-merge-trailing-else nil) - '(current-language-environment "UTF-8") - '(debian-changelog-full-name "Jordi Gutiérrez Hermoso") - '(debian-changelog-mailing-address "jordigh@octave.org") - '(default-input-method "latin-1-prefix") - '(ecb-options-version "2.32") - '(ecb-tip-of-the-day nil) - '(ediff-split-window-function (quote split-window-horizontally)) - '(erc-input-line-position 0 t) - '(erc-modules (quote (highlight-nicknames scrolltobottom completion autojoin button fill irccontrols list match menu move-to-prompt netsplit networks noncommands readonly ring stamp track))) - '(gdb-max-frames 100) - '(global-font-lock-mode t nil (font-lock)) - '(gud-pdb-command-name "pdb") - '(indent-tabs-mode nil) - '(inhibit-startup-buffer-menu t) - '(inhibit-startup-screen t) - '(jde-jdk-registry (quote (("1.6.0" . "/usr/lib/jvm/java-6-openjdk")))) - '(js2-auto-indent-flag nil) - '(js2-bounce-indent-flag nil) - '(js2-enter-indents-newline nil) - '(js2-mirror-mode nil) - '(legalese-default-author "Jordi Gutiérrez Hermoso") - '(legalese-default-copyright "Jordi Gutiérrez Hermoso ") - '(make-backup-files nil) - '(menu-bar-mode t) - '(py-python-command "ipython") - '(safe-local-variable-values (quote ((eval when (string-match "\\.in\\'" (buffer-file-name)) (html-mode)) (eval when (string-match "\\.h\\'" (buffer-file-name)) (unless (string-match "/gnulib/" (buffer-file-name)) (c++-mode) (c-set-style "gnu"))) (py-indent-offset . 4) (eval when (string-match "\\.h\\'" (buffer-file-name)) (c++-mode) (c-set-style "gnu"))))) - '(savehist-mode t nil (savehist)) - '(show-paren-mode t) - '(tab-width 2) - '(tabbar-mode t nil (tabbar)) - '(text-mode-hook (quote (text-mode-hook-identify))) - '(tool-bar-mode nil) - '(transient-mark-mode nil) - '(uniquify-buffer-name-style (quote forward) nil (uniquify)) - '(vc-follow-symlinks nil) - '(w3m-default-display-inline-images t) - '(w3m-use-cookies t)) -(custom-set-faces - ;; custom-set-faces was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. - '(default ((t (:inherit nil :stipple nil :background "grey20" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 98 :width normal :foundry "unknown" :family "Liberation Mono")))) - '(diff-added ((t (:foreground "lime green")))) - '(diff-changed ((t (:foreground "orange")))) - '(diff-file-header ((((class color) (background light)) (:background "lightblue" :bold t)))) - '(diff-header ((nil (:foreground "skyblue")))) - '(diff-refine-change ((((class color) (min-colors 88) (background dark)) (:background "navyblue")))) - '(diff-removed ((t (:foreground "orangered")))) - '(ecb-tag-header-face ((((class color) (background dark)) (:background "DarkGreen")))) - '(erc-input-face ((t (:foreground "yellow")))) - '(erc-my-nick-face ((t (:foreground "lightblue" :weight bold)))) - '(erc-notice-face ((t (:foreground "lightgreen" :weight bold)))) - '(highlight ((((class color) (min-colors 88) (background dark)) (:background "#555")))) - '(magit-diff-add ((((class color) (background dark)) (:foreground "lime green")))) - '(magit-diff-del ((t (:inherit diff-removed)))) - '(monky-header ((t (:background "#666")))) - '(rst-level-1-face ((t (:background "grey30" :foreground "pink"))) t) - '(rst-level-2-face ((t (:background "grey30"))) t) - '(rst-level-3-face ((t (:background "grey30"))) t) - '(show-ws-tab ((t (:background "Black")))) - '(stripes-face ((t (:background "#444"))))) - (add-to-list 'load-path "~/.emacs.d/plugins/") (defalias 'perl-mode 'cperl-mode) @@ -288,3 +194,97 @@ (local-set-key (kbd "") (lambda () (interactive) (magit-visit-item t))))) + +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(LaTeX-indent-level 2) + '(LaTeX-item-indent 0) + '(TeX-PDF-mode t) + '(TeX-brace-indent-level 2) + '(TeX-debug-bad-boxes t) + '(TeX-debug-warnings t) + '(TeX-display-help nil) + '(TeX-newline-function (quote reindent-then-newline-and-indent)) + '(TeX-output-view-style (quote (("^dvi$" ("^landscape$" "^pstricks$\\|^pst-\\|^psfrag$") "%(o?)dvips -t landscape %d -o && gv %f") ("^dvi$" "^pstricks$\\|^pst-\\|^psfrag$" "%(o?)dvips %d -o && gv %f") ("^dvi$" ("^a4\\(?:dutch\\|paper\\|wide\\)\\|sem-a4$" "^landscape$") "%(o?)xdvi %dS -paper a4r -s 0 %d") ("^dvi$" "^a4\\(?:dutch\\|paper\\|wide\\)\\|sem-a4$" "%(o?)xdvi %dS -paper a4 %d") ("^dvi$" ("^a5\\(?:comb\\|paper\\)$" "^landscape$") "%(o?)xdvi %dS -paper a5r -s 0 %d") ("^dvi$" "^a5\\(?:comb\\|paper\\)$" "%(o?)xdvi %dS -paper a5 %d") ("^dvi$" "^b5paper$" "%(o?)xdvi %dS -paper b5 %d") ("^dvi$" "^letterpaper$" "%(o?)xdvi %dS -paper us %d") ("^dvi$" "^legalpaper$" "%(o?)xdvi %dS -paper legal %d") ("^dvi$" "^executivepaper$" "%(o?)xdvi %dS -paper 7.25x10.5in %d") ("^dvi$" "." "%(o?)xdvi %dS %d") ("^pdf$" "." "evince %o %(outpage)") ("^html?$" "." "netscape %o")))) + '(TeX-view-program-selection (quote (((output-dvi style-pstricks) "dvips and gv") (output-dvi "Evince") (output-pdf "Evince") (output-html "xdg-open")))) + '(add-log-mailing-address "jordigh@octave.org") + '(auto-compression-mode t nil (jka-compr)) + '(c-offsets-alist (quote ((substatement-open . 0) (innamespace . 0)))) + '(case-fold-search t) + '(column-number-mode t) + '(comint-input-autoexpand (quote history)) + '(comint-move-point-for-output (quote all)) + '(comint-prompt-read-only t) + '(comint-scroll-to-bottom-on-input (quote all)) + '(compilation-scroll-output t) + '(confirm-kill-emacs (quote yes-or-no-p)) + '(cperl-auto-newline nil) + '(cperl-close-paren-offset 0) + '(cperl-electric-backspace-untabify nil) + '(cperl-highlight-variables-indiscriminately t) + '(cperl-merge-trailing-else nil) + '(current-language-environment "UTF-8") + '(debian-changelog-full-name "Jordi Gutiérrez Hermoso") + '(debian-changelog-mailing-address "jordigh@octave.org") + '(default-input-method "latin-1-prefix") + '(ecb-options-version "2.32") + '(ecb-tip-of-the-day nil) + '(ediff-split-window-function (quote split-window-horizontally)) + '(erc-input-line-position 0 t) + '(erc-modules (quote (highlight-nicknames scrolltobottom completion autojoin button fill irccontrols list match menu move-to-prompt netsplit networks noncommands readonly ring stamp track))) + '(gdb-max-frames 100) + '(global-font-lock-mode t nil (font-lock)) + '(gud-pdb-command-name "pdb") + '(indent-tabs-mode nil) + '(inhibit-startup-buffer-menu t) + '(inhibit-startup-screen t) + '(jde-jdk-registry (quote (("1.6.0" . "/usr/lib/jvm/java-6-openjdk")))) + '(js2-auto-indent-flag nil) + '(js2-bounce-indent-flag nil) + '(js2-enter-indents-newline nil) + '(js2-mirror-mode nil) + '(legalese-default-author "Jordi Gutiérrez Hermoso") + '(legalese-default-copyright "Jordi Gutiérrez Hermoso ") + '(make-backup-files nil) + '(menu-bar-mode t) + '(py-python-command "ipython") + '(safe-local-variable-values (quote ((eval when (string-match "\\.in\\'" (buffer-file-name)) (html-mode)) (eval when (string-match "\\.h\\'" (buffer-file-name)) (unless (string-match "/gnulib/" (buffer-file-name)) (c++-mode) (c-set-style "gnu"))) (py-indent-offset . 4) (eval when (string-match "\\.h\\'" (buffer-file-name)) (c++-mode) (c-set-style "gnu"))))) + '(savehist-mode t nil (savehist)) + '(show-paren-mode t) + '(tab-width 2) + '(tabbar-mode t nil (tabbar)) + '(text-mode-hook (quote (text-mode-hook-identify))) + '(tool-bar-mode nil) + '(transient-mark-mode nil) + '(uniquify-buffer-name-style (quote forward) nil (uniquify)) + '(vc-follow-symlinks nil) + '(w3m-default-display-inline-images t) + '(w3m-use-cookies t)) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(default ((t (:inherit nil :stipple nil :background "grey20" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 98 :width normal :foundry "unknown" :family "Liberation Mono")))) + '(diff-added ((t (:foreground "lime green")))) + '(diff-changed ((t (:foreground "orange")))) + '(diff-file-header ((((class color) (background light)) (:background "lightblue" :bold t)))) + '(diff-header ((nil (:foreground "skyblue")))) + '(diff-refine-change ((((class color) (min-colors 88) (background dark)) (:background "navyblue")))) + '(diff-removed ((t (:foreground "orangered")))) + '(ecb-tag-header-face ((((class color) (background dark)) (:background "DarkGreen")))) + '(erc-input-face ((t (:foreground "yellow")))) + '(erc-my-nick-face ((t (:foreground "lightblue" :weight bold)))) + '(erc-notice-face ((t (:foreground "lightgreen" :weight bold)))) + '(highlight ((((class color) (min-colors 88) (background dark)) (:background "#555")))) + '(magit-diff-add ((((class color) (background dark)) (:foreground "lime green")))) + '(magit-diff-del ((t (:inherit diff-removed)))) + '(monky-header ((t (:background "#666")))) + '(rst-level-1-face ((t (:background "grey30" :foreground "pink"))) t) + '(rst-level-2-face ((t (:background "grey30"))) t) + '(rst-level-3-face ((t (:background "grey30"))) t) + '(show-ws-tab ((t (:background "Black")))) + '(stripes-face ((t (:background "#444")))))