X-Git-Url: https://iankelling.org/git/?p=dot-emacs;a=blobdiff_plain;f=init.el;h=4f096ae856b24c4c73ba1c76a5b6fac97bd84774;hp=5596c9b998c60401293416f88b01eaee496aefe0;hb=da907fbf50cbb4eb2b32238fc077fa919726f974;hpb=f8bf76f7fbc3fbc04da5dbc0db2f16296b6fb5c2 diff --git a/init.el b/init.el index 5596c9b..4f096ae 100644 --- a/init.el +++ b/init.el @@ -24,24 +24,26 @@ ;; (toggle-debug-on-error) ;uncomment to help debug -;; stop from minimizing & freezing the gui -;; Added by Package.el. This must come before configurations of -;; installed packages. Don't delete this line. If you don't want it, -;; just comment it out by adding a semicolon to the start of the line. -;; You may delete these explanatory comments. -(package-initialize) +;; Package.el added this a long time ago. emacs 26 gives a warning that +;; this is obsolete, but it doesn't happen automatically in batch mode, +;; and then emacs dies on error, so it doesn't seem obsolete to me. + +;; stop from minimizing & freezing the gui ;; used to freeze emacs and was really annoying, ;; seems its changed now. no harm in keeping this though. (global-unset-key (kbd "C-z")) -;; these need to be done before the hook in order to satisfy the byte compiler -;; (add-to-list 'load-path "~/.emacs.d/elpa/smartparens-20140328.809") -;; (add-to-list 'load-path "~/.emacs.d/elpa/dash-20140308.656") - -;;(add-to-list 'load-path "~/.emacs.d/src/ghci-completion") +;; these need to be done before the hook in order to satisfy the byte compiler or batch mode (add-to-list 'load-path "~/.emacs.d/emacs/site-lisp/org") +(add-to-list 'load-path "~/.emacs.d/src/readline-complete") +(add-to-list 'load-path "~/.emacs.d/src/bbdb-csv-import") +(add-to-list 'load-path "~/.emacs.d/src/ghci-completion") +(add-to-list 'load-path "~/.emacs.d/src/mediawiki-el") +(add-to-list 'load-path "~/.emacs.d/src/spray") +(add-to-list 'load-path "~/.emacs.d/src/visible-mark") + ;; git version of gnus ;; (add-to-list 'load-path "~/.emacs.d/src/gnus/lisp") @@ -53,8 +55,9 @@ ;;(require 'haskell-mode-autoloads) ;;(add-to-list 'Info-default-directory-list "~/.emacs.d/src/haskell-mode") -(require 'bbdb-loaddefs "~/.emacs.d/src/bbdb/lisp/bbdb-loaddefs.el") -(setq bbdb-print-tex-path "~/.emacs.d/src/bbdb/tex") +;; for using custom/upstream bbdb +;;(require 'bbdb-loaddefs "~/.emacs.d/src/bbdb/lisp/bbdb-loaddefs.el") +;;(setq bbdb-print-tex-path "~/.emacs.d/src/bbdb/tex") ;;(add-hook 'server-visit-hook 'raise-frame)