|
|
@ -628,10 +628,13 @@ deactivate |
|
|
|
(unless (string-equal user-login-name "POH") |
|
|
|
;; (add-to-list 'package-archives |
|
|
|
;; '("beancount" . "/opt/beancount/elisp") t) |
|
|
|
(use-package beancount |
|
|
|
:load-path "/opt/beancount/elisp/" |
|
|
|
; (use-package beancount |
|
|
|
; :load-path "/opt/beancount/elisp/" |
|
|
|
;; :ensure t |
|
|
|
:mode ("\\.beancount$" . beancount-mode) |
|
|
|
; :mode ("\\.beancount$" . beancount-mode) |
|
|
|
(use-package beancount |
|
|
|
:load-path "/home/marc/.emacs.d/elisp/" |
|
|
|
:mode ("\\.beancount$" . bean-mode) |
|
|
|
) |
|
|
|
(setenv "PATH" |
|
|
|
(concat |
|
|
@ -937,6 +940,7 @@ The virtual environments need to have following modules installed: |
|
|
|
(use-package flycheck |
|
|
|
:ensure t |
|
|
|
:init |
|
|
|
(setq flycheck-emacs-lisp-load-path 'inherit) |
|
|
|
(add-hook 'after-init-hook #'global-flycheck-mode) |
|
|
|
(add-hook 'python-mode-hook (lambda () |
|
|
|
(semantic-mode 1) |
|
|
|