]> git.donarmstrong.com Git - lib.git/commitdiff
fix parens and other modes
authorDon Armstrong <don@donarmstrong.com>
Tue, 1 Mar 2016 01:29:52 +0000 (17:29 -0800)
committerDon Armstrong <don@donarmstrong.com>
Tue, 1 Mar 2016 01:29:52 +0000 (17:29 -0800)
emacs_el/configuration/don-configuration.org

index 2dbe39ac2a6564d0a1a01781b356da9bbe67a3af..54230bfc15ee5e93b0d2918eb5ed69e16884dc91 100644 (file)
 * Misc (uncharacterized)
 #+BEGIN_SRC emacs-lisp  :tangle don-configuration.el
   (setq bibtex-user-optional-fields (quote (("annote" "Personal annotation (ignored)") ("abstract" "") ("pmid" "") ("doi" ""))))
-  (setq calendar-latitude [33 57 north])
-  (setq calendar-longitude [117 24 west])
+  (setq calendar-latitude 40.11)
+  (setq calendar-longitude -88.24)
   (setq case-fold-search t)
   (setq confirm-kill-emacs (quote y-or-n-p))
   (setq cperl-lazy-help-time nil)
   (setq debian-changelog-mailing-address "don@debian.org")
-  (setq display-time t)
+  (display-time)
   (setq display-time-24hr-format t)
   (setq display-time-day-and-date t)
-  (setq display-time-mode t)
+  (display-time-mode 1)
   (setq font-latex-fontify-script nil)
   (setq font-latex-fontify-sectioning (quote color))
   (setq font-latex-script-display (quote (nil)))
-  (setq global-auto-revert-mode t)
-  (setq global-font-lock-mode t)
-  (setq icomplete-mode t)
+  (global-auto-revert-mode 1)
+  (global-font-lock-mode 1)
+  (icomplete-mode 1)
   (setq log-edit-keep-buffer t)
   (setq mail-user-agent (quote sendmail-user-agent))
   (setq markdown-enable-math t)
   (setq sentence-end "[.?!][]\"')]*\\($\\|   \\| \\)[    
   ]*")
   (setq sentence-end-double-space nil)
-  (setq show-paren-mode t)
+  ; enable matching parenthesis
+  (show-paren-mode 1)
   (tool-bar-mode -1)
   (setq user-mail-address "don@donarmstrong.com")
   (setq vc-delete-logbuf-window nil)