Automatic
This commit is contained in:
parent
57e870a383
commit
674d1c04ef
1 changed files with 18 additions and 15 deletions
|
@ -468,7 +468,7 @@ To manage my RSS feeds.
|
||||||
This package allows to edit a textbox in a browser (with the related
|
This package allows to edit a textbox in a browser (with the related
|
||||||
extension installed) using an Emacs buffer.
|
extension installed) using an Emacs buffer.
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package edit-server
|
(use-package edit-server
|
||||||
:commands edit-server-start
|
:commands edit-server-start
|
||||||
:init (if after-init-time
|
:init (if after-init-time
|
||||||
(edit-server-start)
|
(edit-server-start)
|
||||||
|
@ -483,6 +483,9 @@ extension installed) using an Emacs buffer.
|
||||||
(minibuffer . t)
|
(minibuffer . t)
|
||||||
(menu-bar-lines . t)
|
(menu-bar-lines . t)
|
||||||
(window-system . x))))
|
(window-system . x))))
|
||||||
|
|
||||||
|
(use-package atomic-chrome
|
||||||
|
:init (atomir-chrome-start-server))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Magit
|
** Magit
|
||||||
|
|
Reference in a new issue