Browse Source

added ace-window and some minor stuff

master
Marc 4 years ago
parent
commit
88a203d01e
1 changed files with 10 additions and 0 deletions
  1. 10
      init.org

10
init.org

@ -305,6 +305,14 @@ Windows Theme:
:init :init
(global-undo-tree-mode 1)) (global-undo-tree-mode 1))
#+END_SRC #+END_SRC
* ace-window
#+begin_src emacs-lisp
(use-package ace-window
:ensure t
:bind
(:map global-map
("C-x o" . ace-window)))
#+end_src
* imenu-list * imenu-list
:PROPERTIES: :PROPERTIES:
:ID: 0ae27ec9-5d77-43cf-ac76-5e12cc959046 :ID: 0ae27ec9-5d77-43cf-ac76-5e12cc959046
@ -923,6 +931,8 @@ Default completion is C-j
:ID: 8c76fcd1-c57c-48ab-8af0-aa782de6337f :ID: 8c76fcd1-c57c-48ab-8af0-aa782de6337f
:END: :END:
Systemseitig muss python-language-server installiert sein: Systemseitig muss python-language-server installiert sein:
apt install python3-pip python3-setuptools python3-wheel
apt install build-essential python3-dev
pip3 install 'python-language-server[all]' pip3 install 'python-language-server[all]'
für andere language servers für andere language servers

Loading…
Cancel
Save