Commit Graph

278 Commits

Author SHA1 Message Date
Collin J. Doering 1d9765ca40
channels.scm: Update guix, nonguix and rekahsoft-guix channels
.guix/rekahsoft/guix-config/home.scm: Adjust home configuration to include an inferior
version of awscliv2, as its been broken in the rekahsoft-guix channel for some time
2023-09-18 19:01:49 -04:00
Collin J. Doering ad16e2d39c
emacs-configuration: Re-enable automatic gpg signing of email 2023-05-13 14:16:34 -04:00
Collin J. Doering b21ef47654
emacs-configuration: Remove org-agenda-files from customize elisp file 2023-05-13 14:15:15 -04:00
Collin J. Doering cb97075c77
home: Install obs 2023-05-13 13:49:53 -04:00
Collin J. Doering 02fc2e0d5f
home: Install python-pygments 2023-05-13 13:49:23 -04:00
Collin J. Doering 1f1c326d85
emacs-configuration: Configure elfeed and elfeed-org 2023-04-29 22:04:53 -04:00
Collin J. Doering 296521164f
home: Install emacs-elfeed and emacs-elfeed-org 2023-04-22 11:02:36 -04:00
Collin J. Doering a0ee326165
emacs-configuration: Correct saving of sent-mail in non-gmail accounts
* user-config/emacs/.emacs.d/config.org (Email - Mu4e): mu4e-sent-messages-behavior was set
globally, but after switching to another mu4e context that sets this, it remains as set for
the context, breaking any context that depends on it being set globally. To resolve this,
simply set mu4e-sent-messages-behavior in the necessary mu4e contexts.
2023-04-19 17:25:13 -04:00
Collin J. Doering d4e788fc31
emacs-configuration: Add keybinding for org-projectile-project-todo-completing-read 2023-04-18 12:07:04 -04:00
Collin J. Doering e7193d7b7e
emacs-configuration: Add TODO re: sync-projectile-projects-to-treemacs function 2023-04-18 12:06:06 -04:00
Collin J. Doering ab3936a55f
emacs-configuration: Remove (inactive) lsp-mode configuration
* user-config/emacs/.emacs.d/config.org (Language Server Protocol Support): Remove section
that was never tangled (and thus never actively used). lsp support in emacs still needs to be
explored, however elgot may be a better option as compared to lsp-mode.
2023-04-18 12:03:49 -04:00
Collin J. Doering e05ce99624
home: Remove gnupg (its now installed via the gpg-agent guix service)
* .guix/rekahsoft/guix-config/home.scm (%misc-manifest): Remove gnupg package (which was
accidentally listed twice)
2023-04-18 12:01:32 -04:00
Collin J. Doering 8cecc1a7b2
.envrc: Remove envrc file 2023-04-10 14:01:46 -04:00
Collin J. Doering 25e1a9dd83
home: Remove emacs-docker-tramp (its now depreciated) 2023-04-10 14:01:01 -04:00
Collin J. Doering 572af68843
home: Cleanup guix-home gpg configuration
* user-config/zsh/.zshrc (AWS_SHELL_ALIAS): Remove unnecessary (and already commented out) code related to gpg-agent

* user-config/zsh/.zshenv: Remove setting of SSH_AUTH_SOCK (its set by the gpg-agent guix service)

* .guix/rekahsoft/guix-config/home.scm (%misc-manifest): Remove pinentry-gnome3 (its now included by the gpg-agent-service-type). Remove file user-config/gpg/.gnupg/gpg-agent.conf as its now generated by the gpg-agent service.
2023-04-09 22:52:28 -04:00
Collin J. Doering d9d49c334b
home: Correct import (in 'bee48b3') 2023-04-09 22:22:56 -04:00
Collin J. Doering bee48b3df8
home: Add missing import (in 'e545af1' & '2e927f9') 2023-04-09 22:17:12 -04:00
Collin J. Doering 2e927f919b
home: Add missing import (in 'e545af1') 2023-04-09 22:10:42 -04:00
Collin J. Doering e545af1809
home: Use new gpg-agent-service-type 2023-04-09 22:06:37 -04:00
Collin J. Doering bc492a2964
channels.scm: Update guix and nonguix channels 2023-04-09 21:30:53 -04:00
Collin J. Doering 261ca9fa54
home: Correct tmux.conf XDG_HOME_CONFIG path 2023-04-09 21:17:40 -04:00
Collin J. Doering 2186b157cb
home: Remove bash aliases (some of which are broken) 2023-04-09 21:17:13 -04:00
Collin J. Doering 381b672f4b
home: Remove unused bash user-config 2023-04-09 21:16:31 -04:00
Collin J. Doering 5c37b223bd
home: Install emacs-org-caldav 2023-04-08 11:29:40 -04:00
Collin J. Doering af4c3aeaba
emacs-configuration: Move all known issues (TODOs) to notes repo 2023-04-08 10:33:11 -04:00
Collin J. Doering c1c9e82806
mail: Remove mail configuration for lacure
* user-config/mbsync/.mbsyncrc: Remove lacure mbsync configuration

* user-config/emacs/.emacs.d/config.org (Email - Mu4e): Remove mu4e configuration for lacure
2023-04-07 22:59:45 -04:00
Collin J. Doering faaf895d2a
TODO.org: Remove TODOs (now can be found in my personal notes repo) 2023-04-07 22:17:51 -04:00
Collin J. Doering 093efb0816
.gitignore: Update ignored files
* .gitignore: Its important to note that git ignored files will need to be reviewed once the
Makefile workflow has been completely replaced with 'guix home'.
2023-04-05 12:46:47 -04:00
Collin J. Doering ab18187a67
emacs-configuration: Enhance project TODO management
* user-config/emacs/.emacs.d/config.org (Org Mode): Use org-projectile to enhance my org TODO
handling workflow across projects. This could still use further refinement, but is a great
enhancement because it removes the need for tracking TODO files as part of projects (which is
annoying when working on branches and TODOs).

Setup keybindings for org-ql and helm-org-ql

Adjust custom org-ql-view's so that they continue to work
2023-04-04 23:42:07 -04:00
Collin J. Doering 5201234876
home: Correctly specify packages from rekahsoft-guix channel (fix fbc91e6) 2023-04-04 14:54:06 -04:00
Collin J. Doering dd9c892f44
home: alphabetically order packages (noop) 2023-04-04 14:53:18 -04:00
Collin J. Doering fbc91e6e30
home: Add packages emacs-org-projectile & emacs-org-projectile-helm 2023-04-04 14:38:13 -04:00
Collin J. Doering 9277638d35
emacs-configuration: Break up org-mode code block (noop) 2023-04-04 13:17:46 -04:00
Collin J. Doering a107014a1c
emacs-configuration: Update known issues 2023-04-04 13:16:08 -04:00
Collin J. Doering 1f490e9d98
channels.scm: Update guix and rekahsoft-guix channels 2023-04-04 13:14:44 -04:00
Collin J. Doering db3dc58fbc
home: Add dockerfile-mode (and adjust emacs-configuration)
* user-config/emacs/.emacs.d/config.org (Dockerfile): Add Dockerfile mode section to be
explicit about loading it.

* .guix/rekahsoft/guix-config/home.scm (%emacs-manifest): Add emacs-dockerfile-mode package.
2023-04-04 13:14:19 -04:00
Collin J. Doering a68a0d3c6d
home: Modify emacs-helm-mu transformation to a more recent commit
* .guix/rekahsoft/guix-config/home.scm (transform--emacs-helm-mu): Adjust transformation to
use a more recent commit of helm-mu (helm-mu has still not been updated upstream).
2023-04-04 13:10:31 -04:00
Collin J. Doering 564963ecb6
home: Add gawk and zbar; remove nextcloud-client
* .guix/rekahsoft/guix-config/home.scm (%misc-manifest): nextcloud-client is no longer
needed. gawk and zbar are both useful utilities to have pre-installed in my profile.
2023-04-03 22:56:21 -04:00
Collin J. Doering d242765829
TODO.org: Update TODOs 2023-04-03 22:55:33 -04:00
Collin J. Doering 6151f6186f
home: No longer use specific commit for emacs-org-ql
* .guix/rekahsoft/guix-config/home.scm (%emacs-manifest): org-ql 0.7 is now packaged
upstream; use it instead of the specific commit that has been in use.
2023-04-03 22:54:07 -04:00
Collin J. Doering 46dea46a3b
TODO.org: Update TODOs 2023-04-03 11:19:26 -04:00
Collin J. Doering 07939f997b
channels.scm: Update guix and nonguix channels 2023-04-02 23:50:55 -04:00
Collin J. Doering 5a82770e1d
emacs-configuration: Add htop to eshell-visual-commands and remove /usr/bin/sudo 2023-03-30 17:36:57 -04:00
Collin J. Doering 7bcfa08cc1
emacs-configuration: Cleanup tramp extensions 2023-03-30 17:35:39 -04:00
Collin J. Doering 66c8937cb6
emacs-configuration: Update tramp-remote-path and remove tramp-shell-prompt-pattern 2023-03-30 17:33:00 -04:00
Collin J. Doering 08a44dbee5
emacs-configuration: Correctly quote lambda with #' instead of ' 2023-03-30 17:30:58 -04:00
Collin J. Doering 495a2d7254
emacs-configuration: Temporarily disable slime as its broken 2023-03-30 17:29:12 -04:00
Collin J. Doering 85298c2889
emacs-configuration: Add custom org-ql-views along side defaults 2023-03-30 17:27:28 -04:00
Collin J. Doering fced4faad1
emacs-configuration: Update known issues 2023-03-30 17:23:39 -04:00
Collin J. Doering a75d1f0581
TODO.org: Update TODOs 2023-03-30 17:22:49 -04:00