Created
April 11, 2017 12:35
-
-
Save jferguson-gnubio/f5d99aaaf0c0e3a0a8e4c956e85b7c6f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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. | |
| '(after-save-hook | |
| (quote | |
| (executable-make-buffer-file-executable-if-script-p))) | |
| '(ag-highlight-search t) | |
| '(align-to-tab-stop t) | |
| '(atomic-chrome-buffer-open-style (quote frame)) | |
| '(auto-compression-mode t nil (jka-compr)) | |
| '(auto-image-file-mode t) | |
| '(auto-indent-newline-function (quote (quote newline-and-indent))) | |
| '(auto-mode-case-fold t) | |
| '(auto-revert-verbose nil) | |
| '(auto-save-list-file-prefix "~/.emacs.auto-save-list.d/.saves-") | |
| '(aw-background nil) | |
| '(backup-directory-alist (quote ((".*" . "~/.backups")))) | |
| '(blink-cursor-mode t) | |
| '(bm-buffer-persistence t) | |
| '(bm-cycle-all-buffers t) | |
| '(bm-highlight-style (quote bm-highlight-only-fringe)) | |
| '(bm-repository-size 1000) | |
| '(bm-wrap-immediately nil) | |
| '(bookmark-save-flag 1) | |
| '(calendar-date-style (quote iso)) | |
| '(calendar-latitude 42.34) | |
| '(calendar-longitude -71.117) | |
| '(calendar-today-visible-hook (quote (calendar-mark-today))) | |
| '(case-fold-search t) | |
| '(cmake-project-default-build-dir-name "build/") | |
| '(cmake-tab-width 4) | |
| '(column-number-mode t) | |
| '(comint-buffer-maximum-size 4096) | |
| '(company-backends | |
| (quote | |
| (company-bbdb company-nxml company-css company-eclim company-semantic company-clang company-xcode company-cmake company-capf | |
| (company-dabbrev-code company-gtags company-etags company-keywords) | |
| company-oddmuse company-files))) | |
| '(company-show-numbers t) | |
| '(compilation-scroll-output t) | |
| '(compilation-skip-threshold 2) | |
| '(completion-ignored-extensions | |
| (quote | |
| (".o" "~" ".bin" ".lbin" ".so" ".a" ".ln" ".blg" ".bbl" ".elc" ".lof" ".glo" ".idx" ".lot" ".svn/" ".hg/" ".git/" ".bzr/" "CVS/" "_darcs/" "_MTN/" ".fmt" ".tfm" ".class" ".fas" ".lib" ".mem" ".x86f" ".sparcf" ".dfsl" ".pfsl" ".d64fsl" ".p64fsl" ".lx64fsl" ".lx32fsl" ".dx64fsl" ".dx32fsl" ".fx64fsl" ".fx32fsl" ".sx64fsl" ".sx32fsl" ".wx64fsl" ".wx32fsl" ".fasl" ".ufsl" ".fsl" ".dxl" ".lo" ".la" ".gmo" ".mo" ".toc" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs" ".pyc" ".pyo" ".d"))) | |
| '(counsel-grep-base-command "grep -inE \"%s\" %s") | |
| '(counsel-yank-pop-separator | |
| " | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| ") | |
| '(create-lockfiles nil) | |
| '(current-language-environment "Latin-1") | |
| '(custom-safe-themes | |
| (quote | |
| ("d1b84f98e6946df8e386b51028ec97ac9d1d0e8442227565703f4262f166b617" default))) | |
| '(custom-theme-load-path | |
| (quote | |
| (custom-theme-directory t "/home/jferguson/.emacs.d/theme" "/home/james/.emacs.d/theme"))) | |
| '(cwarn-font-lock-feature-keywords-alist | |
| (quote | |
| ((assign . cwarn-font-lock-assignment-keywords) | |
| (semicolon . cwarn-font-lock-semicolon-keywords)))) | |
| '(cwarn-mode-text "") | |
| '(dabbrev-abbrev-skip-leading-regexp "[$=*]") | |
| '(default-input-method "latin-1-prefix") | |
| '(delete-old-versions t) | |
| '(delete-selection-mode t) | |
| '(dired-auto-revert-buffer (quote dired-directory-changed-p)) | |
| '(dired-bind-jump nil) | |
| '(dired-dwim-target t) | |
| '(dired-filetype-source-regexp | |
| "^ .*\\.\\(c\\|cpp\\|ino\\|cc\\|java\\|JAVA\\|C\\|php\\|h\\|hpp\\|rb\\|pl\\|css\\|el\\|lua\\|sql\\|ahk\\|cs\\|erl\\|hrl\\|py\\|js\\|jinja2\\)\\*?$") | |
| '(dired-filetype-xml-regexp | |
| "^ .*\\.\\(html?\\|HTML?\\|xml\\|XML\\|xsl\\|xsd\\|rng\\|dtd\\|mht\\|jsp\\|asp\\|xaml\\)$") | |
| '(dired-guess-shell-alist-user | |
| (quote | |
| (("\\.deb" "dpkg-deb --info") | |
| (".*\\.changes" | |
| (concat "dput " | |
| (let | |
| ((p | |
| (pwd))) | |
| (string-match "Projects/\\([^-]+\\).*" p) | |
| (match-string 1 p))) | |
| "debsign") | |
| ("\\.iso" "usb-creator-gtk -n -i") | |
| ("\\.exe" "wine") | |
| ("\\.jpg" "feh -F") | |
| ("\\.html?" "sensible-browser")))) | |
| '(dired-kept-versions 8) | |
| '(dired-listing-switches "-alvF --group-directories-first --time-style=long-iso") | |
| '(dired-omit-files | |
| "~$\\|^#.*#$\\|^\\.\\|^TAGS\\|\\.\\([0-9]+\\.gz\\|bak\\|keep\\|old\\|contrib\\)") | |
| '(dired-recursive-copies (quote always)) | |
| '(dired-recursive-deletes (quote always)) | |
| '(display-time-load-average-threshold 0.8) | |
| '(dvc-tips-enabled nil) | |
| '(ediff-split-window-function (quote split-window-horizontally)) | |
| '(ediff-trees-file-ignore-regexp "\\`\\(\\.?#.*\\|.*,v\\|.*~\\|CVS\\|_darcs\\|.bzr\\)\\'") | |
| '(ediff-window-setup-function (quote ediff-setup-windows-plain)) | |
| '(electric-indent-mode t) | |
| '(elpy-modules | |
| (quote | |
| (elpy-module-company elpy-module-eldoc elpy-module-pyvenv elpy-module-yasnippet elpy-module-sane-defaults))) | |
| '(elpy-rpc-backend "jedi") | |
| '(enable-recursive-minibuffers t) | |
| '(erc-auto-query (quote bury)) | |
| '(erc-auto-set-away nil) | |
| '(erc-beep-match-types (quote (current-nick keyword))) | |
| '(erc-beep-p t) | |
| '(erc-fill-column 87) | |
| '(erc-fill-function (quote erc-fill-static)) | |
| '(erc-fill-mode t) | |
| '(erc-fill-static-center 20) | |
| '(erc-fill-variable-maximum-indentation 19) | |
| '(erc-generate-log-file-name-function (quote erc-generate-log-file-name-with-date)) | |
| '(erc-header-line-format "%o") | |
| '(erc-input-line-position -2) | |
| '(erc-insert-away-timestamp-function (quote erc-insert-timestamp-right)) | |
| '(erc-insert-timestamp-function (quote erc-insert-timestamp-right)) | |
| '(erc-join-buffer (quote bury)) | |
| '(erc-keywords | |
| (quote | |
| ("\\(jamesf\\|ferguson\\|jferguson\\|james\\|wjcferguson\\)"))) | |
| '(erc-mode-hook | |
| (quote | |
| (erc-munge-invisibility-spec erc-move-to-prompt-setup pcomplete-erc-setup erc-button-setup erc-imenu-setup | |
| (lambda nil | |
| (setq show-trailing-whitespace nil))))) | |
| '(erc-modules | |
| (quote | |
| (autojoin button completion fill irccontrols list match menu move-to-prompt netsplit networks noncommands notifications readonly ring stamp track))) | |
| '(erc-nick "jamesf") | |
| '(erc-notify-list (quote ("jamesf" "james" "ferguson" "@all"))) | |
| '(erc-notify-signoff-hook | |
| (quote | |
| ((lambda | |
| (server\, nick) | |
| (if | |
| (string-equal nick erc-nick) | |
| (erc-cmd-NICK erc-nick)))))) | |
| '(erc-paranoid t) | |
| '(erc-timestamp-format "[%d %H:%M]") | |
| '(erc-timestamp-use-align-to nil) | |
| '(erc-track-exclude-server-buffer t) | |
| '(erc-track-exclude-types | |
| (quote | |
| ("JOIN" "NICK" "PART" "QUIT" "MODE" "324" "329" "332" "333" "353" "447"))) | |
| '(erc-track-position-in-mode-line (quote after-modes)) | |
| '(erc-track-showcount t) | |
| '(erc-track-switch-direction (quote importance)) | |
| '(erc-user-full-name "James Ferguson") | |
| '(etags-select-go-if-unambiguous t) | |
| '(etags-select-use-short-name-completion t) | |
| '(etags-table-search-up-depth 3) | |
| '(fci-rule-color "#d8d8c8") | |
| '(ff-always-try-to-create nil) | |
| '(ff-ignore-include t) | |
| '(fill-column 70) | |
| '(find-grep-options "-qL") | |
| '(font-lock-maximum-size 2560000) | |
| '(font-menu-ignore-scaled-fonts nil) | |
| '(gdb-find-source-frame t) | |
| '(gdb-many-windows t) | |
| '(gdb-show-threads-by-default t) | |
| '(gdb-use-separate-io-buffer t) | |
| '(git-commit-fill-column 72) | |
| '(git-commit-style-convention-checks (quote (non-empty-second-line overlong-summary-line))) | |
| '(global-auto-revert-mode t) | |
| '(global-font-lock-mode t nil (font-lock)) | |
| '(global-hl-line-mode t) | |
| '(global-pabbrev-mode t) | |
| '(grep-command "grep -nH -e ") | |
| '(grep-files-aliases | |
| (quote | |
| (("all" . "* .??*") | |
| ("el" . "*.el") | |
| ("ch" . "*.[ch]") | |
| ("c" . "*.c") | |
| ("cc" . "*.cc *.cxx *.cpp *.C *.CC *.c++") | |
| ("cchh" . "*.cc *.[ch]xx *.[ch]pp *.[CHh] *.CC *.HH *.[ch]++") | |
| ("hh" . "*.hxx *.hpp *.[Hh] *.HH *.h++") | |
| ("h" . "*.h") | |
| ("l" . "[Cc]hange[Ll]og*") | |
| ("m" . "[Mm]akefile*") | |
| ("tex" . "*.tex") | |
| ("texi" . "*.texi") | |
| ("asm" . "*.[sS]")))) | |
| '(grep-find-command | |
| "find . -regex \\\".*/\\(jquery-ui.*\\|\\.backups\\|\\.deps\\|\\.pc\\|\\.git\\|stampdir\\|TAGS\\)\\\" -prune -o -type f -print0 | xargs -0 -e grep -InHi ") | |
| '(grep-find-ignored-directories | |
| (quote | |
| ("SCCS" "RCS" "CVS" "MCVS" ".svn" ".git" ".hg" ".bzr" "_MTN" "_darcs" ".backups" ".pc" "po" "stampdir" "{arch}" "jquery-ui*"))) | |
| '(grep-find-template | |
| "find . <X> -type f <F> -print0 | xargs -0 -e grep <C> -InH -e <R>") | |
| '(grep-highlight-matches (quote always)) | |
| '(grep-template "grep <C> -nH -e <R> <F>") | |
| '(grep-use-null-device nil) | |
| '(helm-completing-read-handlers-alist | |
| (quote | |
| ((describe-function . helm-completing-read-symbols) | |
| (describe-variable . helm-completing-read-symbols) | |
| (debug-on-entry . helm-completing-read-symbols) | |
| (find-function . helm-completing-read-symbols) | |
| (trace-function . helm-completing-read-symbols) | |
| (trace-function-foreground . helm-completing-read-symbols) | |
| (trace-function-background . helm-completing-read-symbols) | |
| (find-tag . helm-completing-read-with-cands-in-buffer) | |
| (ffap-alternate-file . ido) | |
| (tmm-menubar) | |
| (find-file . ido) | |
| (vc-git-grep . ido) | |
| (read-directory-name . ido)))) | |
| '(helm-echo-input-in-header-line t) | |
| '(helm-mini-default-sources | |
| (quote | |
| (helm-source-buffers-list helm-source-recentf helm-source-bookmarks helm-source-buffer-not-found))) | |
| '(helm-swoop-speed-or-color t) | |
| '(highlight-symbol-idle-delay 0.6) | |
| '(history-delete-duplicates t) | |
| '(history-length 1000) | |
| '(hscroll-margin 10) | |
| '(ibuffer-filter-group-name-face (quote highlight)) | |
| '(ibuffer-saved-filter-groups | |
| (quote | |
| (("default" | |
| ("Code" | |
| (or | |
| (derived-mode . cmake-mode) | |
| (derived-mode . compilation-mode) | |
| (derived-mode . prog-mode) | |
| (derived-mode . protobuf-mode) | |
| (derived-mode . web-mode))) | |
| ("Shell" | |
| (or | |
| (name . "^\\*Shell Command") | |
| (derived-mode . shell-mode))) | |
| ("Logs" | |
| (derived-mode . log4j-mode)) | |
| ("Directories" | |
| (derived-mode . dired-mode)) | |
| ("Conf" | |
| (derived-mode . conf-mode)) | |
| ("Org" | |
| (or | |
| (derived-mode . org-mode))) | |
| ("ERC" | |
| (or | |
| (derived-mode . erc-mode))) | |
| ("Grep" | |
| (or | |
| (derived-mode . grep-mode))) | |
| ("VC" | |
| (or | |
| (used-mode . magit-branch-manager-mode) | |
| (used-mode . magit-commit-mode) | |
| (used-mode . magit-diff-mode) | |
| (used-mode . magit-log-mode) | |
| (used-mode . magit-process-mode) | |
| (used-mode . magit-reflog-mode) | |
| (used-mode . magit-status-mode) | |
| (used-mode . vc-git-log-view-mode))) | |
| ("Jabber" | |
| (or | |
| (used-mode . jabber-roster-mode) | |
| (used-mode . jabber-chat-mode))))))) | |
| '(ibuffer-saved-filters | |
| (quote | |
| (("gnus" | |
| ((or | |
| (mode . message-mode) | |
| (mode . mail-mode) | |
| (mode . gnus-group-mode) | |
| (mode . gnus-summary-mode) | |
| (mode . gnus-article-mode)))) | |
| ("programming" | |
| ((or | |
| (mode . emacs-lisp-mode) | |
| (mode . cperl-mode) | |
| (mode . c-mode) | |
| (mode . java-mode) | |
| (mode . idl-mode) | |
| (mode . lisp-mode))))))) | |
| '(ibuffer-show-empty-filter-groups nil) | |
| '(ido-enter-matching-directory (quote first)) | |
| '(ido-show-dot-for-dired t) | |
| '(image-file-name-extensions | |
| (quote | |
| ("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm" "xpm" "pbm" "pgm" "ppm" "pnm" "svg" "bmp"))) | |
| '(imenu-auto-rescan t) | |
| '(indent-tabs-mode nil) | |
| '(indicate-buffer-boundaries (quote left)) | |
| '(inhibit-startup-screen t) | |
| '(ivy-display-style (quote fancy)) | |
| '(ivy-height 20) | |
| '(ivy-mode t) | |
| '(ivy-use-virtual-buffers t) | |
| '(jabber-alert-message-hooks | |
| (quote | |
| (jabber-message-beep jabber-message-echo jabber-message-scroll))) | |
| '(jabber-auto-reconnect t) | |
| '(jabber-backlog-number 100) | |
| '(jabber-chat-fill-long-lines nil) | |
| '(jabber-chatstates-confirm nil) | |
| '(jabber-history-enabled t) | |
| '(jabber-vcard-avatars-retrieve nil) | |
| '(js2-global-externs | |
| (quote | |
| ("localStorage" "$" "jQuery" "Highcharts" "gb" "webui" "newRow" "newCol" "newButton" "newPanelSet" "validatePressureSpinner" "defaultDataPush" "setTimeout" "colorItem" "genToggle"))) | |
| '(js2-strict-trailing-comma-warning nil) | |
| '(kept-new-versions 6) | |
| '(kill-do-not-save-duplicates t) | |
| '(kill-whole-line t) | |
| '(large-file-warning-threshold 100000000) | |
| '(log4j-match-error-regexp "\\<\\(ERROR\\|SEVERE\\|XXXX\\|USER_INPUT\\)\\>") | |
| '(magit-branch-arguments nil) | |
| '(magit-create-branch-behaviour (quote at-point)) | |
| '(magit-default-tracking-name-function (quote magit-default-tracking-name-remote-plus-branch)) | |
| '(magit-diff-refine-hunk t) | |
| '(magit-fetch-arguments (quote ("--prune"))) | |
| '(magit-log-arguments (quote ("--graph" "--color" "--decorate" "-n100"))) | |
| '(magit-log-author-date-max-length 25) | |
| '(magit-merge-arguments (quote ("--no-ff"))) | |
| '(magit-push-always-verify nil) | |
| '(magit-rebase-arguments (quote ("--autostash"))) | |
| '(magit-repo-dirs (quote ("/home/jferguson/current-dev"))) | |
| '(magit-restore-window-configuration t) | |
| '(magit-save-repository-buffers (quote dontask)) | |
| '(magit-save-some-buffers (quote dontask)) | |
| '(magit-set-upstream-on-push (quote askifnotset)) | |
| '(magit-status-buffer-switch-function (quote switch-to-buffer)) | |
| '(magit-status-headers-hook | |
| (quote | |
| (magit-insert-error-header magit-insert-diff-filter-header magit-insert-repo-header magit-insert-head-branch-header magit-insert-upstream-branch-header magit-insert-push-branch-header magit-insert-tags-header))) | |
| '(mail-signature t) | |
| '(mail-source-report-new-mail-interval 1) | |
| '(menu-bar-mode nil) | |
| '(message-send-mail-function (quote message-smtpmail-send-it)) | |
| '(midnight-mode t nil (midnight)) | |
| '(minimap-enlarge-certain-faces (quote always)) | |
| '(minimap-window-location (quote right)) | |
| '(mode-line-format | |
| (quote | |
| ("%e" | |
| #("-" 0 1 | |
| (help-echo "mouse-1: Select (drag to resize) | |
| mouse-2: Make current window occupy the whole frame | |
| mouse-3: Remove current window from display")) | |
| mode-line-mule-info mode-line-client mode-line-modified mode-line-remote mode-line-frame-identification mode-line-buffer-identification | |
| #(" " 0 1 | |
| (help-echo "mouse-1: Select (drag to resize) | |
| mouse-2: Make current window occupy the whole frame | |
| mouse-3: Remove current window from display")) | |
| mode-line-position | |
| (vc-mode vc-mode) | |
| #(" " 0 1 | |
| (help-echo "mouse-1: Select (drag to resize) | |
| mouse-2: Make current window occupy the whole frame | |
| mouse-3: Remove current window from display")) | |
| mode-line-modes | |
| (which-func-mode | |
| ("" which-func-format | |
| #("--" 0 2 | |
| (help-echo "mouse-1: Select (drag to resize) | |
| mouse-2: Make current window occupy the whole frame | |
| mouse-3: Remove current window from display")))) | |
| (global-mode-string | |
| ("" global-mode-string | |
| #("--" 0 2 | |
| (help-echo "mouse-1: Select (drag to resize) | |
| mouse-2: Make current window occupy the whole frame | |
| mouse-3: Remove current window from display")))) | |
| #("-%-" 0 3 | |
| (help-echo "mouse-1: Select (drag to resize) | |
| mouse-2: Make current window occupy the whole frame | |
| mouse-3: Remove current window from display"))))) | |
| '(mode-line-inverse-video t) | |
| '(mouse-wheel-progressive-speed nil) | |
| '(mu4e-alert-style (quote libnotify)) | |
| '(mu4e-attachment-dir "/home/jferguson/Downloads") | |
| '(mu4e-change-filenames-when-moving t) | |
| '(mu4e-completing-read-function (quote ivy-completing-read)) | |
| '(mu4e-headers-fields | |
| (quote | |
| ((:human-date . 12) | |
| (:flags . 6) | |
| (:mailing-list . 10) | |
| (:from-or-to . 22) | |
| (:thread-subject)))) | |
| '(mu4e-headers-visible-lines 20) | |
| '(mu4e-update-interval 120) | |
| '(mu4e-use-fancy-chars t) | |
| '(mu4e-user-mail-address-list (quote ("jferguson@gnubio.com" "wjcferguson@gmail.com"))) | |
| '(mu4e-view-show-images t) | |
| '(nxml-sexp-element-flag t) | |
| '(openwith-associations | |
| (quote | |
| (("\\.pdf$" "evince" | |
| (file)) | |
| ("\\.\\(mpg\\|mpeg\\|avi\\|mov\\|flv\\|wmv\\|rm|mp4\\|MP4\\|m4v\\|webm\\|ogv\\)$" "vlc" | |
| (file)) | |
| ("\\.iso$" "usb-creator-gtk -n -i" | |
| (file)) | |
| ("\\.\\(doc\\|od[pt]\\|xls\\)$" "libreoffice" | |
| (file))))) | |
| '(openwith-mode t) | |
| '(org-agenda-auto-exclude-function (quote org-my-auto-exclude-function)) | |
| '(org-agenda-custom-commands | |
| (quote | |
| (("u" "Unscheduled TODOs" alltodo "" | |
| ((org-agenda-skip-function | |
| (quote | |
| (org-agenda-skip-entry-if | |
| (quote regexp) | |
| "SCHEDULED" | |
| (quote regexp) | |
| "DEADLINE"))) | |
| (org-agenda-overriding-header "Unscheduled TODOs"))) | |
| ("p" "Personal tasks" agenda "" | |
| ((org-agenda-overriding-header "Personal Agenda") | |
| (org-agenda-filter-preset | |
| (quote | |
| ("+personal")))))))) | |
| '(org-agenda-dim-blocked-tasks (quote invisible)) | |
| '(org-agenda-files (quote ("~/Ubuntu One/org/todo.org"))) | |
| '(org-agenda-tags-column -89) | |
| '(org-agenda-window-setup (quote current-window)) | |
| '(org-archive-mark-done t) | |
| '(org-babel-load-languages | |
| (quote | |
| ((emacs-lisp . t) | |
| (dot . t) | |
| (plantuml . t) | |
| (ditaa . t) | |
| (shell . t) | |
| (python . t)))) | |
| '(org-capture-templates | |
| (quote | |
| (("t" "Todo" entry | |
| (file+headline "~/Ubuntu One/org/todo.org" "New Tasks") | |
| "** TODO %? | |
| %i") | |
| ("T" "Todo with link" entry | |
| (file+headline "~/Ubuntu One/org/todo.org" "New Tasks") | |
| "** TODO %? | |
| %a | |
| %i") | |
| ("j" "Journal" entry | |
| (file "~/Ubuntu One/org/notes.org") | |
| "* %T %? | |
| %i") | |
| ("J" "Journal with link" entry | |
| (file "~/Ubuntu One/org/notes.org") | |
| "* %T %? | |
| %a | |
| %i")))) | |
| '(org-crypt-disable-auto-save (quote encrypt)) | |
| '(org-default-notes-file "~/Ubuntu One/org/todo.org") | |
| '(org-default-priority 65) | |
| '(org-ditaa-jar-path "/usr/share/ditaa/ditaa.jar") | |
| '(org-enforce-todo-checkbox-dependencies t) | |
| '(org-export-author-info nil) | |
| '(org-export-creator-info nil) | |
| '(org-export-html-style | |
| " | |
| <style type=\"text/css\"> | |
| <![CDATA[ | |
| html { font-family: Ubuntu, sans-serif; font-size: 12pt; } | |
| .outline-1 .outline-2 .outline-3 .outline-4 .outline-5 { padding: 2em; } | |
| ]]> | |
| </style> | |
| ") | |
| '(org-export-preserve-breaks t) | |
| '(org-export-with-section-numbers nil) | |
| '(org-export-with-toc 2) | |
| '(org-hide-block-startup t) | |
| '(org-hide-emphasis-markers t) | |
| '(org-indent-mode-turns-on-hiding-stars nil) | |
| '(org-log-done (quote time)) | |
| '(org-lowest-priority 68) | |
| '(org-modules | |
| (quote | |
| (org-bbdb org-bibtex org-crypt org-gnus org-info org-mouse))) | |
| '(org-outline-path-complete-in-steps nil) | |
| '(org-refile-targets | |
| (quote | |
| ((org-agenda-files :level . 1) | |
| (org-agenda-files :level . 2)))) | |
| '(org-reveal-root "/home/jferguson/src/reveal.js") | |
| '(org-reveal-single-file t) | |
| '(org-reverse-note-order t) | |
| '(org-src-fontify-natively t) | |
| '(org-startup-indented t) | |
| '(org-stuck-projects | |
| (quote | |
| ("+LEVEL=2/-DONE" nil nil "\\(SCHEDULED\\|DEADLINE\\):"))) | |
| '(org-tags-column -85) | |
| '(org-todo-keywords | |
| (quote | |
| ((sequence "TODO(t)" "VERIFY(v)" "|" "DONE(d)" "CANCELLED(c)" "DELEGATED(g)" "DEFERRED(f)")))) | |
| '(org-treat-insert-todo-heading-as-state-change t) | |
| '(org-use-sub-superscripts (quote {})) | |
| '(pabbrev-idle-timer-verbose nil) | |
| '(pabbrev-minimal-expansion-p nil) | |
| '(pabbrev-read-only-error nil) | |
| '(powerline-default-separator (quote wave)) | |
| '(powerline-display-buffer-size nil) | |
| '(powerline-height 20) | |
| '(predictive-add-to-dict-ask nil) | |
| '(predictive-auto-learn t) | |
| '(projectile-buffers-filter-function (quote projectile-buffers-with-file-or-process)) | |
| '(projectile-completion-system (quote ivy)) | |
| '(projectile-global-mode t) | |
| '(projectile-ignored-project-function (quote file-remote-p)) | |
| '(projectile-mode-line (quote (:eval (format " [%s]" (projectile-project-name))))) | |
| '(projectile-other-file-alist | |
| (quote | |
| (("cpp" "h" "hpp" "ipp") | |
| ("ipp" "h" "hpp" "cpp") | |
| ("hpp" "h" "ipp" "cpp") | |
| ("cxx" "hxx" "ixx") | |
| ("ixx" "cxx" "hxx") | |
| ("hxx" "ixx" "cxx") | |
| ("c" "h") | |
| ("m" "h") | |
| ("mm" "h") | |
| ("h" "c" "cpp" "ipp" "hpp" "m" "mm") | |
| ("cc" "hh") | |
| ("hh" "cc") | |
| ("vert" "frag") | |
| ("frag" "vert") | |
| (nil "lock" "gpg") | |
| ("lock" "") | |
| ("gpg" "") | |
| ("py" "jinja2" "yaml" "") | |
| ("yaml" "py" "") | |
| ("jinja2" "py")))) | |
| '(projectile-switch-project-action (quote projectile-vc)) | |
| '(projectile-use-git-grep t) | |
| '(ps-paper-type (quote a4)) | |
| '(python-check-command "pyflakes") | |
| '(python-fill-docstring-style (quote pep-257-nn)) | |
| '(python-indent-guess-indent-offset nil) | |
| '(python-indent-offset 4) | |
| '(recentf-exclude | |
| (quote | |
| ("/\\(\\(\\(COMMIT\\|NOTES\\|PULLREQ\\|TAG\\)_EDIT\\|MERGE_\\|\\)MSG\\|BRANCH_DESCRIPTION\\)\\'" ".*/build/root/.*" ".*/.emacs.d/elpa/.*" ".*/COMMIT_EDITMSG" "/.backups/.*" "jpg$" "/scpc?:" "/ssh:" "~/quickbeam/.*" ".*/.p/.*" "/sudo::" "/mnt/runs"))) | |
| '(recentf-max-saved-items 500) | |
| '(recentf-mode t) | |
| '(remember-annotation-functions (quote (org-remember-annotation))) | |
| '(remember-data-file "~/org/Ubuntu One/todo.org") | |
| '(remember-leader-text "* ") | |
| '(remember-mode-hook (quote (org-remember-apply-template))) | |
| '(safe-local-variable-values | |
| (quote | |
| ((encoding . utf-8) | |
| (js2-global-externs "$" "_" "CameraSettingsSidebar" "clearTimeout" "colorItem" "ConfirmDialog" "defaultDataPush" "Dygraph" "exp_autocrop" "exp_dev_peons" "exp_img_updater" "exp_on_expd" "exp_status_object" "exp_status_object.check_state" "ErrorDialog" "ExperimentSettingsSidebar" "gb" "genPageContent" "genToggle" "Highcharts" "jQuery" "localStorage" "newButton" "newCol" "newPanelSet" "newRow" "ProgressDialog" "setTimeout" "setupDictDataGraph" "validatePressureSpinner" "WebSocket" "webui") | |
| (counsel-find-file-ignore-regexp . "(^3rdparty.*|.*/ClientUI.*/|.*/webui-static/.*)") | |
| (counsel-find-file-ignore-regexp . "(3rdparty|ClientUI|webui-static)") | |
| (counsel-find-file-ignore-regexp . "(3rdParty|ClientUI|webui-static)") | |
| (web-mode-markup-indent-offset . 2) | |
| (web-mode-css-indent-offset . 2) | |
| (c-basic-offset 2) | |
| (js2-global-externs "$" "_" "CameraSettingsSidebar" "clearTimeout" "colorItem" "ConfirmDialog" "defaultDataPush" "Dygraph" "exp_autocrop" "exp_dev_peons" "exp_img_updater" "exp_on_expd" "exp_status_object" "exp_status_object.check_state" "ErrorDialog" "ExperimentSettingsSidebar" "gb" "genPageContent" "genToggle" "Highcharts" "jQuery" "localStorage" "newButton" "newCol" "newPanelSet" "newRow" "ProgressDialog" "setTimeout" "validatePressureSpinner" "WebSocket" "webui") | |
| (web-mode-markup-indent-offset 2) | |
| (web-mode-css-indent-offset 2) | |
| (sh-indent-comment . t)))) | |
| '(same-window-buffer-names | |
| (quote | |
| ("*shell*" "*mail*" "*inferior-lisp*" "*ielm*" "*scheme*" "*Buffer List*" "*Process Info*" "*Ibuffer*"))) | |
| '(same-window-regexps | |
| (quote | |
| ("\\*rsh-[^-]*\\*\\(\\|<[0-9]*>\\)" "\\*telnet-.*\\*\\(\\|<[0-9]+>\\)" "^\\*rlogin-.*\\*\\(\\|<[0-9]+>\\)" "\\*info\\*\\(\\|<[0-9]+>\\)" "\\*gud-.*\\*\\(\\|<[0-9]+>\\)" "\\`\\*Customiz.*\\*\\'" "\\*background: .*\\*" "\\*Man .*\\*"))) | |
| '(save-interprogram-paste-before-kill t) | |
| '(save-place t nil (saveplace)) | |
| '(savehist-mode t) | |
| '(scroll-bar-mode nil) | |
| '(scroll-conservatively 10) | |
| '(scroll-error-top-bottom t) | |
| '(scroll-margin 3) | |
| '(scroll-preserve-screen-position t) | |
| '(shell-command-completion-mode t) | |
| '(show-paren-mode t nil (paren)) | |
| '(show-trailing-whitespace t) | |
| '(smartparens-global-mode t) | |
| '(smooth-scroll/vscroll-step-size 6) | |
| '(smtpmail-local-domain "gnubio.com") | |
| '(smtpmail-sendto-domain "gnubio.com") | |
| '(smtpmail-smtp-service 587) | |
| '(socks-server (quote ("Default server" "localhost" 8880 5))) | |
| '(sort-fold-case t t) | |
| '(sp-ignore-modes-list (quote (minibuffer-inactive-mode erc-mode))) | |
| '(special-display-buffer-names (quote ("*tail*"))) | |
| '(split-height-threshold nil) | |
| '(split-width-threshold 190) | |
| '(split-window-horizontally-threshold-width 160) | |
| '(switch-to-visible-buffer nil) | |
| '(tab-always-indent (quote complete)) | |
| '(tags-add-tables t) | |
| '(tags-case-fold-search nil) | |
| '(tags-revert-without-query t) | |
| '(text-mode-hook | |
| (quote | |
| (er/add-text-mode-expansions turn-on-visual-line-mode))) | |
| '(text-scale-mode-step 1.1) | |
| '(tls-program | |
| (quote | |
| ("openssl s_client -connect %h:%p -no_ssl2 -ign_eof"))) | |
| '(tool-bar-mode nil) | |
| '(tooltip-delay 0.5) | |
| '(tramp-connection-timeout 12) | |
| '(tramp-ssh-controlmaster-options | |
| "-o ControlMaster=auto -o ControlPath='tramp.%%r@%%h:%%p' -o ControlPersist=60") | |
| '(tramp-verbose 2) | |
| '(undo-outer-limit 80000000) | |
| '(undo-tree-auto-save-history t) | |
| '(undo-tree-history-directory-alist (quote (("." . "~/.undo-tree")))) | |
| '(uniquify-buffer-name-style (quote post-forward-angle-brackets) nil (uniquify)) | |
| '(version-control t) | |
| '(visible-bell t) | |
| '(warning-minimum-level (quote error)) | |
| '(wdired-allow-to-change-permissions t) | |
| '(web-mode-code-indent-offset 2) | |
| '(web-mode-css-indent-offset 2) | |
| '(web-mode-markup-indent-offset 2) | |
| '(which-function-mode t) | |
| '(whitespace-style | |
| (quote | |
| (tabs spaces trailing lines space-before-tab newline indentation empty space-after-tab space-mark tab-mark newline-mark lines-tail))) | |
| '(windmove-wrap-around t) | |
| '(yaml-indent-offset 4) | |
| '(yas-indent-line (quote fixed)) | |
| '(yas-prompt-functions | |
| (quote | |
| (yas/dropdown-prompt yas/completing-prompt yas/no-prompt yas/x-prompt)))) | |
| (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. | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment