Setup dashboard
This commit is contained in:
parent
a1f0476b17
commit
3761f0b06a
3 changed files with 19 additions and 5 deletions
5
init.el
5
init.el
|
|
@ -38,7 +38,7 @@
|
|||
helm-gtags
|
||||
helm-swoop
|
||||
helm-company
|
||||
ggtags
|
||||
dashboard
|
||||
))
|
||||
|
||||
;; function to install new packages
|
||||
|
|
@ -84,6 +84,9 @@
|
|||
(require 'setup-windows)
|
||||
)
|
||||
|
||||
;; setup dashboard
|
||||
(require 'setup-dashboard)
|
||||
|
||||
;; setup gdb
|
||||
(require 'setup-gdb)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue