X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=init.el;h=f83922d62a7c0bdda957adb41255542b8ffba24c;hb=7c3660936ebc15b70a005c78df9cd32516e0c196;hp=551249a3ba42f3b7a896dff2f1943f51cb568ecd;hpb=3acacbcc3c60e46ba8c81f862b0972d94ff9ef36;p=dot-emacs diff --git a/init.el b/init.el index 551249a..f83922d 100644 --- a/init.el +++ b/init.el @@ -24,18 +24,26 @@ ;; (toggle-debug-on-error) ;uncomment to help debug -;; stop from minimizing & freezing the gui +;; 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") @@ -47,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) @@ -79,6 +88,7 @@ ;; org-info org-jsinfo org-irc org-mew ;; org-mhe org-rmail org-vm org-wl org-w3m ;; org-habit org-drill org-mobile))) + (load-file (expand-file-name "myinit.el" init-dir)) (org-babel-load-file (expand-file-name "my-init.org" init-dir)) (org-babel-load-file (expand-file-name "dev.org" init-dir))))