mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-26 ffe3f500b7b7018e8b6298986ebe6fa5d5666580
init.el
@@ -1,5 +1,3 @@
(provide 'init)
(setq inhibit-startup-message t)
;; set paths for executable
@@ -119,7 +117,8 @@
(use-package ede
  :config
  (global-ede-mode))
  (global-ede-mode t))
(setq
 ;; use gdb-many-windows by default
@@ -252,11 +251,7 @@
(use-package magit
  :ensure t
  :commands magit-get-top-dir
  :bind (("C-x g s" . magit-status)
         ("C-x g f" . magit-file-log)
         ("C-x g h" . magit-log)
    ("C-x g c" . magit-branch)
    ("C-x g t" . magit-tag))
  :bind ("C-x g" . magit-status)
  :init
  (progn
    ;; make magit status go full-screen but remember previous window
@@ -436,3 +431,15 @@
  (setq auto-package-update-delete-old-versions t)
  (setq auto-package-update-hide-results t)
  (auto-package-update-maybe))
(custom-set-variables
 ;; custom-set-variables was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(ede-project-directories (quote ("c:/Users/joelg/.emacs.d"))))
(custom-set-faces
 ;; custom-set-faces was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 )