Compare commits

..

No commits in common. "1301eaf0a9428def55146966dd9aa22ab204bafd" and "a6a1b3e7b6ce6a18197ed2b4fd1bfd64ec005da8" have entirely different histories.

2 changed files with 8 additions and 15 deletions

View File

@ -3,11 +3,10 @@ name: default
steps: steps:
- name: build - name: build
image: alpine image: silex/emacs:27-alpine
commands: commands:
- apk update - apk add git
- apk add git emacs-nox - emacs --script export.el
- emacs -Q --script export.el
when: when:
branch: branch:
- master - master

View File

@ -1420,7 +1420,7 @@ configuration for the ~mu4e~ package itself.
(defmacro mu4e-view-mode--prepare () (defmacro mu4e-view-mode--prepare ()
`(lambda () (visual-line-mode 1))) `(lambda () (visual-line-mode 1)))
:gfhook ('mu4e-view-mode-hook (mu4e-view-mode--prepare)) :gfhook ('mu4e-view-mode-hook (mu4e-view-mode--prepare))
:config :general
<<mu4e-keybindings-undef>> <<mu4e-keybindings-undef>>
<<mu4e-keybindings-view>> <<mu4e-keybindings-view>>
<<mu4e-keybindings-view-no-prefix>> <<mu4e-keybindings-view-no-prefix>>
@ -1428,6 +1428,9 @@ configuration for the ~mu4e~ package itself.
<<mu4e-keybindings-header-no-leader>> <<mu4e-keybindings-header-no-leader>>
<<mu4e-keybindings-message>> <<mu4e-keybindings-message>>
:config
(evil-collection-mu4e-setup)
<<mu4e-mail-service>> <<mu4e-mail-service>>
<<mu4e-mail-on-machine>> <<mu4e-mail-on-machine>>
<<mu4e-no-signature>> <<mu4e-no-signature>>
@ -3251,11 +3254,6 @@ these will be renamed this way:
'(_otherwise (exwm-workspace-rename-buffer exwm-title))) '(_otherwise (exwm-workspace-rename-buffer exwm-title)))
#+end_src #+end_src
#+RESULTS[65e7e5a72273bb2d3f820a85867dfdccb13ba550]: exwm-gen-buffers-rename
: ("kitty" (exwm-workspace-rename-buffer (concat "EXWM: " "Kitty" " - " exwm-title)))
: ("qutebrowser" (exwm-workspace-rename-buffer (concat "EXWM: " "Qutebrowser" " - " exwm-title)))
: (_otherwise (exwm-workspace-rename-buffer exwm-title))
#+name: exwm-buffers-name #+name: exwm-buffers-name
#+begin_src emacs-lisp :tangle no #+begin_src emacs-lisp :tangle no
(add-hook 'exwm-update-class-hook (add-hook 'exwm-update-class-hook
@ -3479,10 +3477,8 @@ The complete configuration for the ~exwm~ package can be found below.
:type git :type git
:host github :host github
:repo "DamienCassou/desktop-environment") :repo "DamienCassou/desktop-environment")
:after exwm
:diminish t :diminish t
:config :config
(add-hook 'exwm-init-hook #'desktop-environment-mode)
(setq desktop-environment-update-exwm-global-keys :prefix (setq desktop-environment-update-exwm-global-keys :prefix
exwm-layout-show-al-buffers t) exwm-layout-show-al-buffers t)
@ -6456,9 +6452,7 @@ Whats the point of using Emacs if you cant tell everyone?
:config :config
(setq elcord-use-major-mode-as-main-icon t (setq elcord-use-major-mode-as-main-icon t
elcord-refresh-rate 5 elcord-refresh-rate 5
elcord-display-elapsed nil) elcord-display-elapsed nil))
(add-to-list 'elcord-boring-buffers-regexp-list ".*window-managers.*"))
#+end_src #+end_src
*** ~ivy-quick-find-files.el~ *** ~ivy-quick-find-files.el~