parent
4eaa32fd56
commit
6ab0b13c29
2 changed files with 14 additions and 0 deletions
4
init.el
4
init.el
|
|
@ -43,6 +43,7 @@
|
|||
helm-swoop
|
||||
helm-company
|
||||
dashboard
|
||||
multiple-cursors
|
||||
))
|
||||
|
||||
;; function to install new packages
|
||||
|
|
@ -91,6 +92,9 @@
|
|||
;; setup gdb
|
||||
(require 'setup-gdb)
|
||||
|
||||
;; setup multiple cursors
|
||||
(require 'setup-cursors)
|
||||
|
||||
;; start emacs server
|
||||
(server-start)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue