Added ledger to workflow created a top and bottom bar

This commit is contained in:
TuDatTr
2018-03-05 13:40:11 +01:00
parent fd846f4b24
commit e6575b94c2
11 changed files with 76 additions and 72 deletions

View File

@@ -44,6 +44,7 @@ A list of installed packages and details about them.
(use-package eclim)
(use-package flycheck)
(use-package google-this)
(use-package ledger-mode)
(use-package ivy)
(use-package material-theme)
(use-package ox-twbs)
@@ -254,6 +255,11 @@ Globaly highlight the current line in a slightly darker shade of grey.
(yas-global-mode 1)
#+END_SRC
** Ledger
#+BEGIN_SRC emacs-lisp
#+END_SRC
** Personal
#+BEGIN_SRC emacs-lisp
(defvar my-keys-minor-mode-map

View File

@@ -7,7 +7,7 @@
;; If there is more than one, they won't work right.
'(package-selected-packages
(quote
(smartparens rainbow-mode rainbow-delimiters ox-twbs material-theme google-this flycheck eclim counsel auto-complete-auctex auto-complete auctex anaconda-mode use-package))))
(ledger-mode smartparens rainbow-mode rainbow-delimiters ox-twbs material-theme google-this flycheck eclim counsel auto-complete-auctex auto-complete auctex anaconda-mode use-package))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.