Skip to content

Commit

Permalink
Merge branch 'release/0.4.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
Abuelodelanada committed Mar 6, 2019
2 parents b3618a1 + a921bfc commit 8bb9357
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 5 deletions.
27 changes: 24 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# 0.4.3
# [0.4.8](https://github.com/Abuelodelanada/pepe-emacs-config/releases/tag/0.4.8)
## "La llave de la victoria"

Compañeras y compañeros,

Muchas personas me paran por la calle y me preguntan:

> *"General, ¿Cúal es la llave del triunfo en Octubre próximo?".*
A lo que yo siempre respondo:

> *"Vea, no hay una única llave que nos abra la puerta de la victoria en Octubre. Son muchas y muy variadas y ningún compañero tendrá la capacidad de recordarlas todas."*
Toda compañera o compañero tiene que tener su bastón de mando en la mochila listo para utilizarlo cuando haga falta. En estos momentos de noche conservadora, tenemos que estar más preparados que nunca para recobrar todos los controles del Estado en favor de las mayorías populares.

Y las contraseñas que nos permitan realizar esas tareas titánicas que nos esperan, debemos gestionarlas con [pass](https://www.passwordstore.org/). Las almacenaremos cifradas con [GPG](https://gnupg.org/), para que la oligarquía nunca más nos las arrebate!
Es por esto, compañeros, que hemos integrado el paquete `pass` para emacs. De esta forma, con un simple `M-x pass` podremos acceder a la contraseña precisa.

Hasta la victoria siempre!


# [0.4.3](https://github.com/Abuelodelanada/pepe-emacs-config/releases/tag/0.4.3)
## "La unidad hasta que duela"

Compañeros y compañeras,
Expand Down Expand Up @@ -27,7 +48,7 @@ simple: `M-left` y `M-right`.
Los abrazo sobre mi corazón


# 0.4.0
# [0.4.0](https://github.com/Abuelodelanada/pepe-emacs-config/releases/tag/0.4.0)
## "Emacs y la unidad del campo popular"

Compañeros y compañeras!
Expand Down Expand Up @@ -55,7 +76,7 @@ De esta forma, por cada 1 commit que ellos puedan pushear, nosotros
pushearemos 5!


# 0.3.4
# [0.3.4](https://github.com/Abuelodelanada/pepe-emacs-config/releases/tag/0.3.4)
## "Dando formato a nuestra Patria"

Descamisados/as del código!:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ This Emacs config have some useful modules:
* adoc-mode
* auto-complete
* dumb-jump
* emacs code browser (ecb)
* flycheck
* geben
* iedit
Expand All @@ -44,6 +45,7 @@ This Emacs config have some useful modules:
* markdown-mode
* markdown-toc
* neo-tree
* password-store
* php-mode
* powerline
* smarty-mode
Expand Down
2 changes: 1 addition & 1 deletion init-packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
; list the packages you want
(defvar package-list)
(setq package-list
'(ac-js2 ac-php ac-php-core adoc-mode ag auto-complete auto-indent-mode company company-php dumb-jump ecb epl f flycheck flycheck-color-mode-line flycheck-mypy flycheck-pycheckers flymd geben git-gutter-fringe highlight highlight-parentheses hlinum iedit jquery-doc js2-mode json-mode markdown-mode markdown-mode+ markup-faces monokai-theme neotree linum magit magit-gitflow markdown-toc php-mode phpcbf pkg-info popup powerline s seq smarty-mode sqlformat tabbar web-mode yaml-mode yasnippet yasnippet-snippets all-the-icons))
'(ac-js2 ac-php ac-php-core adoc-mode ag auto-complete auto-indent-mode company company-php dumb-jump ecb epl f flycheck flycheck-color-mode-line flycheck-mypy flycheck-pycheckers flymd geben git-gutter-fringe highlight highlight-parentheses hlinum iedit jquery-doc js2-mode json-mode markdown-mode markdown-mode+ markup-faces monokai-theme neotree linum magit magit-gitflow markdown-toc pass php-mode phpcbf pkg-info popup powerline s seq smarty-mode sqlformat tabbar web-mode yaml-mode yasnippet yasnippet-snippets all-the-icons))

; activate all the packages
(package-initialize)
Expand Down
4 changes: 3 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
'(ecb-layout-name "left6")
'(ecb-minor-mode-text "")
'(ecb-options-version "2.50")
'(ecb-tip-of-the-day nil)
'(ecb-tip-of-the-day nil t)
'(ecb-windows-width 0.25)
'(flycheck-check-syntax-automatically (quote (save mode-enabled)))
'(flycheck-highlighting-mode (quote lines))
Expand Down Expand Up @@ -130,6 +130,8 @@
'(neo-dir-link-face ((t (:foreground "#FF6E27"))))
'(neo-root-dir-face ((t (:background "#000000" :foreground "gold"))))
'(package-name ((t (:foreground "#FF6E27"))))
'(pass-mode-directory-face ((t (:foreground "#FF6E27" :weight bold))))
'(pass-mode-entry-face ((t nil)))
'(powerline-active0 ((t (:background "#F34739"))))
'(powerline-active1 ((t (:background "#FF6E27" :foreground "smoke white" :weight bold))))
'(powerline-active2 ((t (:background "gray9" :foreground "#FF6E27"))))
Expand Down

0 comments on commit 8bb9357

Please sign in to comment.