mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
gpicker
This commit is contained in:
parent
b9c4a514c2
commit
88d2e45b1f
1 changed files with 5 additions and 0 deletions
5
.emacs
5
.emacs
|
|
@ -86,6 +86,11 @@
|
|||
(require 'tern-auto-complete)
|
||||
(tern-ac-setup)))
|
||||
|
||||
; Gpicker
|
||||
; git clone https://github.com/emacsmirror/gpicker.git 1 ↵ ✭
|
||||
(add-to-list 'load-path "~/.emacs.d/gpicker")
|
||||
(require 'gpicker)
|
||||
(setq exec-path (append exec-path '("~/.emacs.d/gpicker")))
|
||||
|
||||
; Powerline
|
||||
; https://github.com/Dewdrops/powerline.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue