Commit Graph

20 Commits

Author SHA1 Message Date
2c5925dcc0 107-flycheck: comment ispell-list-command
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-26 15:52:18 +02:00
d573ec035b helper: convert hex to octal or dezimal
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-26 15:51:29 +02:00
1aa87e4547 102-hydra: update resize hydra
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-24 13:15:46 +02:00
f1ac407dbe company-capf: site-lisp code for completion-at-point
* extend company mode
* bridge to standard completion-at-point-functions (CAPF)

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-24 01:52:06 +02:00
80fba062bb 404-qml-mode: introduce new use-package
* format qt's source code defing a gui via quickcontrols2
  'qml' files

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-24 01:50:18 +02:00
8a18407210 403-python-mode: introduce python-mode via use-package
* custom adaption to meet PIP 8 style
* use spaces and no tabs (as suggested by PIP 8)

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-24 01:48:14 +02:00
a8698b14e1 402-go: introduce go-mode
* handle formation go code
* use go-autocomplete
* use go-imports

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-24 01:47:12 +02:00
eaabf35a74 202-origami: hideshow alternative
* can substitue hs-minor mode
* integrates with lsp via lsp-origami package

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-24 01:45:48 +02:00
7705d1bc34 108-pandoc: introduce new use-package
* convert one markup format into another

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-24 01:44:36 +02:00
670e60949a 107-flyspell: highlights incorrect words
* use package flyspell
  ispell -> aspell

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-24 01:44:19 +02:00
b2fc283fdd ocatl-to-hex: site-lisp defun
* convert ocatl escape sequences to hexglyphs

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-24 01:38:51 +02:00
eccf4d5b64 501-git: reorganize use-packages
* magit custom adaptions
* new defun 'my/magit-default.options'
* enforce package ''magithub'

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-24 01:36:03 +02:00
2aef9f9983 401-rust: reorganize use-package configurations
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-24 01:35:16 +02:00
35ef870b21 201-hs-minor-mode: align category, update 'global-set key
* enable hs in rustic-mode
* adapt global-set-key and introduce generic mappings

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-24 01:33:23 +02:00
ab2081bf82 201-counsel-gtags: align the category
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-24 01:32:22 +02:00
c83fca4cad 102-hydra: update functions as referenced in upstream documentation
* update reference hyperlink
* introduce new defun

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-24 01:30:02 +02:00
e1ce2787ad 02-load-path: comment update
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-24 01:29:33 +02:00
c2bb5340d5 00-my-setup: key-bindung for 'query-replace'
* on qwertz keyboards use a more convinient accessible binding
  "M-#"
* move python mode adaptions to python mode.el
* deactivate annoying visible/audible bell

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-24 01:26:06 +02:00
ccc68f1282 init.el: comment and package dependency update
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
2020-06-24 01:24:35 +02:00
dfd4317d2d emacs.d: initial config version
- starting init.el
  just basics (package, use-package, path-handlin)
- include my-site-start.el
  that includes site-start.d directory and imports
  all *.el files in lexical order
- functionality is imported via use-package inside
  the *.el file
  (first run: internet connection is needed to MELPA)
2020-06-03 22:24:55 +02:00