;;; Skeleton .emacs for installations (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. '(ac-modes (quote (emacs-lisp-mode lisp-interaction-mode c-mode cc-mode c++-mode java-mode clojure-mode scala-mode scheme-mode ocaml-mode tuareg-mode perl-mode cperl-mode python-mode ruby-mode ecmascript-mode javascript-mode js-mode js2-mode php-mode css-mode makefile-mode sh-mode fortran-mode f90-mode ada-mode xml-mode sgml-mode haskell-mode))) '(auto-raise-tool-bar-buttons t t) '(auto-resize-tool-bars t t) '(battery-mode-line-format " [%b%p%% %t, %d°C]") '(c-basic-offset 2) '(c-comment-continuation-stars "* ") '(c-default-style "daniel") '(c-echo-syntactic-information-p t) '(c-electric-pound-behavior (quote (alignleft))) '(c-hanging-comment-ender-p nil) '(c-hanging-comment-starter-p nil) '(default-frame-alist (quote ((tool-bar-lines . 0) (menu-bar-lines . 0)))) '(display-time-24hr-format t) '(fill-column 79) '(flycheck-highlighting-mode (quote lines)) '(frame-background-mode (quote dark)) '(gnuserv-frame (quote gnuserv-main-frame-function)) '(indicate-empty-lines nil) '(inhibit-startup-screen t) '(jde-compile-option-depend t) '(jde-compile-option-depend-switch (quote ("-depend"))) '(mail-host-address "digital-scurf.org") '(markdown-indent-on-enter nil) '(mode-line-inverse-video t) '(p4-default-depot-completion-prefix "//") '(package-selected-packages (quote (lsp-rust markdown-mode toml-mode scad-mode racer editorconfig company))) '(paren-display-message (quote always)) '(require-final-newline (quote visit-save)) '(rust-rustfmt-bin "~/.cargo/bin/rustfmt") '(scroll-bar-mode nil) '(tool-bar-button-margin 1 t) '(tooltip-mode t nil (tooltip)) '(tramp-default-method "ssh") '(truncate-partial-width-windows nil) '(vc-bzr-program "/usr/bin/bzr")) (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 (:stipple nil :background "Black" :foreground "White" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 160 :width normal :foundry "unknown" :family "Inconsolata")))) '(bold ((t (:bold t)))) '(cursor ((t (:background "Yellow")))) '(flymake-errline ((((class color)) (:underline "red")))) '(flymake-warnline ((((class color)) (:underline "yellow")))) '(font-lock-builtin-face ((((class color) (background dark)) (:foreground "SpringGreen")))) '(font-lock-comment-face ((((class color) (background dark)) (:italic t :foreground "Green")))) '(font-lock-constant-face ((((class color) (background dark)) (:bold t :foreground "Red")))) '(font-lock-type-face ((((class color) (background dark)) (:bold t :foreground "LightBlue")))) '(font-lock-variable-name-face ((((class color) (background dark)) (:bold t :foreground "MediumSlateBlue")))) '(font-lock-warning-face ((((class color) (background dark)) (:bold t :foreground "Red")))) '(mode-line ((t (:background "MidnightBlue" :foreground "Gold" :box (:line-width -1 :style released-button))))) '(p4-diff-change-face ((t (:foreground "green")))) '(p4-diff-file-face ((t (:background "gray20" :foreground "gold")))) '(p4-diff-head-face ((t (:background "gray30" :foreground "midnight blue")))) '(trailing-whitespace ((((class color) (background dark)) (:underline "white"))))) (setq debian-changelog-mailing-address "dsilvers@digital-scurf.org") (put 'narrow-to-region 'disabled nil)