Explorar o código

More packages/plugins

- Python, because I work daily with items
- Format, because formatted code > code
- Vterm, for term *inside* emacs
- Graphviz, because I love graphes.
Eiyeron Fulmincendii %!s(int64=6) %!d(string=hai) anos
pai
achega
b1981623a2
Modificáronse 2 ficheiros con 9 adicións e 2 borrados
  1. 2 2
      init.el
  2. 7 0
      packages.el

+ 2 - 2
init.el

@@ -48,7 +48,7 @@
        (evil +everywhere); come to the dark side, we have cookies
        file-templates    ; auto-snippets for empty files
        fold              ; (nigh) universal code folding
-       ;;(format +onsave)  ; automated prettiness
+       (format +onsave)  ; automated prettiness
        ;;god               ; run Emacs commands without modifier keys
        ;;lispy             ; vim for lisp, for people who don't like vim
        multiple-cursors  ; editing in many places at once
@@ -140,7 +140,7 @@
        ;;php               ; perl's insecure younger brother
        ;;plantuml          ; diagrams for confusing people more
        ;;purescript        ; javascript, but functional
-       ;;python            ; beautiful is better than ugly
+       python            ; beautiful is better than ugly
        ;;qt                ; the 'cutest' gui framework ever
        ;;racket            ; a DSL for DSLs
        ;;rest              ; Emacs as a REST client

+ 7 - 0
packages.el

@@ -5,3 +5,10 @@
 ;; (package! some-package)
 ;; (package! another-package :recipe (:host github :repo "username/repo"))
 ;; (package! builtin-package :disable t)
+
+
+;; I don't know if vterm works on Windows
+(package! vterm)
+
+;; Graphviz, I love graphes!
+(package! graphviz-dot-mode)