Archived
1
0
Fork 0

further cleanup/removal based on obsidian migration

This commit is contained in:
KemoNine 2024-10-01 12:25:56 -04:00
parent fced5cb05b
commit 7c11325292
7 changed files with 3 additions and 184 deletions

View file

@ -22,7 +22,7 @@
'(which-key all-the-icons revert-buffer-all centaur-tabs scratch persistent-scratch persp-mode rainbow-mode rainbow-delimiters markdown-mode focus zoom popwin dired-single diredfl doominhibitinhibit-modeline helpful helm helm-org dired-rainbow dired-rainbow-listing dired-single dash s origami modus-themes use-package)
)
(add-to-list 'package-selected-packages
'(devdocs devdocs-browser magit helm-ls-git xclip)
'(xclip)
)
(require 'use-package)
@ -442,7 +442,6 @@
(setq completion-styles '(flex))
(require 'helm-color)
(require 'helm-ls-git)
(require 'helm-bookmark)
(helm-autoresize-mode 1)
@ -584,17 +583,6 @@
(popwin-mode 1)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; devdocs
(require 'devdocs)
(require 'devdocs-browser)
; devdocs
(setq devdocs-data-dir "~/devdocs.el")
(global-set-key (kbd "C-x m") 'devdocs-lookup)
; devdocs-browser
(setq devdocs-browser-cache-directory "~/devdocs-browser")
(global-set-key (kbd "C-x n") 'devdocs-browser-open)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; tabs-bar
;(tab-bar-mode t)

View file

@ -74,7 +74,6 @@
(kmn/kill-other-buffers)
(ignore-errors (kill-buffer "*scratch*"))
; Open main files used as 'gateway' to everything else
(find-file "~/org/culinary/meal_plan.org")
(find-file "~/org/orgzly/_habits.org")
(find-file "~/org/orgzly/_todo.org")
(find-file "~/org/orgzly/_slipbox.org")
@ -99,7 +98,6 @@
(kmn/kill-other-buffers)
(ignore-errors (kill-buffer "*scratch*"))
; Open main files used as 'gateway' to everything else
(find-file "~/org/culinary/meal_plan.org")
(find-file "~/org/orgzly/_habits.org")
(find-file "~/org/orgzly/_todo.org")
(find-file "~/org/orgzly/_slipbox.org")
@ -153,18 +151,6 @@
(kmn/dired-directory-on-left dir_path)
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; emacs config development
(defun kmn/workspace-code-emacs-config()
(interactive)
(kmn/workspace-code-empty "~/.emacs.d.profiles")
(find-file "~/.emacs.d.profiles/org/init.el")
(find-file "~/.emacs.d.profiles/code/init.el")
(find-file "~/.emacs.d.profiles/common/_global.el")
(find-file "~/.emacs.d.profiles/common/generic_functions.el")
(find-file "~/.emacs.d.profiles/common/workspaces.el")
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; hugo development
(defun kmn/workspace-code-generic()
@ -172,44 +158,5 @@
(kmn/workspace-code-empty "~/src")
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; no man's sky game workspace
(defun kmn/workspace-game-nms ()
(interactive)
(let ((frame (make-frame)))
(select-frame-set-input-focus frame)
(delete-other-windows)
(find-file "~/org/games/_games.org")
(find-file "~/org/games/games_nms.org")
(goto-char 0)
)
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; warframe game workspace
(defun kmn/workspace-game-warframe ()
(interactive)
(let ((frame (make-frame)))
(select-frame-set-input-focus frame)
(delete-other-windows)
(find-file "~/org/games/_games.org")
(find-file "~/org/games/games_warframe.org")
(goto-char 0)
)
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; destiny game workspace
(defun kmn/workspace-game-destiny ()
(interactive)
(let ((frame (make-frame)))
(select-frame-set-input-focus frame)
(delete-other-windows)
(find-file "~/org/games/_games.org")
(find-file "~/org/games/games_destiny.org")
(goto-char 0)
)
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; _global.el for scratch workspace definitions

View file

@ -199,34 +199,6 @@
))
)
)
("d" "Destiny"
(
(agenda "" (
(org-agenda-start-on-weekday 2)
(org-agenda-overriding-header "Scheduled")
(org-agenda-files (list "~/org/games/games_destiny.org"))
))
(alltodo "" (
(org-agenda-overriding-header "")
(org-agenda-files (list "~/org/games/games_destiny.org"))
(org-super-agenda-groups '(
(:name "WIP" :and (:todo "WIP" :not (:tag "crafting")))
(:name "READY" :and (:todo "READY" :not (:tag "crafting")))
(:name "Low Priority" :not (:tag "crafting"))
(:name "Patterns Needed" :not (:property ("resonance_needed" "0")))
(:name "Barrel" :not (:property ("barrel" "true")))
(:name "Magazine" :not (:property ("magazine" "true")))
(:name "Perk 1" :not (:property ("perk_1" "true")))
(:name "Perk 2" :not (:property ("perk_2" "true")))
(:name "Frame" :not (:property ("frame" "true")))
(:name "Weapon Leveling" :not (:property ("level_at_all_perks_or_higher" "true")))
(:name "Enhanced Perk 1" :not (:property ("enhanced_perk_1" "true")))
(:name "Enhanced Perk 2" :not (:property ("enhanced_perk_2" "true")))
(:name "Masterwork" :not (:property ("masterworked" "true")))
))
))
)
)
)
)

View file

@ -19,13 +19,6 @@
; orgmode capture templates
(setq org-capture-templates '(
("b" "Book to buy / process" entry
(file "~/org/orgzly/_slipbox.org")
(file "~/org/_org-capture-templates/template_book.org")
:prepend t
:immediate-finish "f"
:jump-to-captured "t"
)
("d" "TODO (Main)" entry
(file "~/org/orgzly/_todo.org")
(file "~/org/_org-capture-templates/template_todo.org")
@ -40,45 +33,6 @@
:immediate-finish "f"
:jump-to-captured "t"
)
("b" "Blog Post" entry
(file+headline "~/org/blog/_blog.org" "Drafts")
(file "~/org/_org-capture-templates/template_blog.org")
)
("g" "Gaming")
("gd" "Destiny")
("gdc" "To Do - Crafted Gun"
entry (id "65a28e9e-e484-4722-8a25-4fbf0a8dea2c")
(file "~/org/_org-capture-templates/template_game_destiny_gun.org")
:prepend t
:immediate-finish "f"
:jump-to-captured "t"
:unnarrowed "t"
)
("gw" "Warframe")
("gwd" "Daily Reset"
entry (file+headline "~/org/games/games_warframe.org" "Daily / Weekly Reset")
(file "~/org/_org-capture-templates/template_game_warframe_daily_reset.org")
:prepend t
:immediate-finish "f"
:jump-to-captured "t"
:unnarrowed "t"
)
("gww" "Weekly Reset"
entry (file+headline "~/org/games/games_warframe.org" "Daily / Weekly Reset")
(file "~/org/_org-capture-templates/template_game_warframe_weekly_reset.org")
:prepend t
:immediate-finish "f"
:jump-to-captured "t"
:unnarrowed "t"
)
("gwt" "To Do"
entry (file+headline "~/org/games/games_warframe.org" "To Do")
"** TODO %^{Heading}\n:LOGBOOK:\n- Created: %U\n:END:%?"
:immediate-finish "f"
:jump-to-captured "t"
:unnarrowed "t"
:prepend "t"
)
("h" "Health")
("hc" "Couples")
("hcd" "Appointment noteworthy developments / [time] in review"
@ -92,7 +46,7 @@
("hm" "Mike")
("hmd" "Appointment noteworthy developments / [time] in review"
entry (file "~/org/orgzly/_slipbox.org")
"* READY [#A] %^{Heading} :health:appointment:%^g\nDEADLINE: %^t\n:LOGBOOK:\n- Created: %U\n:END:%?"
(file "~/org/_org-capture-templates/template_therapy_apt_developments.org.org")
:immediate-finish "f"
:jump-to-captured "t"
:unnarrowed "t"
@ -105,20 +59,4 @@
:immediate-finish "f"
:jump-to-captured "t"
)
("r" "Recipe")
("rs" "Standard" plain
(file "~/org/culinary/_recipes.org")
(file "~/org/_org-capture-templates/template_culinary_recipe.org")
:empty-lines-before 1
)
("rb" "Budget Bytes" plain
(file "~/org/culinary/_recipes.org")
(file "~/org/_org-capture-templates/template_culinary_budget_bytes.org")
:empty-lines-before 1
)
("t" "Trip" entry
(file+headline "~/org/trips.org" "Planned")
(file "~/org/_org-capture-templates/template_trip.org")
:empty-lines-before 1
)
))

View file

@ -12,9 +12,6 @@
(global-set-key (kbd "C-w t t") 'org-tidy-untidy-buffer)
(global-set-key (kbd "C-w t h") 'org-tidy-toggle)
(global-set-key (kbd "C-c d v")
(lambda () (interactive) (dired "~/org/Document_Archive"))
)
(global-set-key (kbd "C-c d n")
(lambda () (interactive) (find-file "~/org/_index.org"))
)
@ -24,7 +21,3 @@
(global-set-key (kbd "C-c d s")
(lambda () (interactive) (find-file "~/org/orgzly/_slipbox.org"))
)
(global-set-key (kbd "C-c d g")
(lambda () (interactive) (find-file "~/org/games/_games.org"))
)
(global-set-key (kbd "C-c d r") 'kmn/workspace-org-culinary)

View file

@ -1,16 +0,0 @@
(setq org-tags-exclude-from-inheritance (quote ("@recipe" "@budgetbytes"
"@vegan" "@vegetarian"
"@instapot" "@slowcooker" "@onepot" "@oven" "@baked" "@baking" "@dehydrator" "@ricecooker"
"@drink" "@marinade" "@dip" "@dinner" "@side" "@appetizer" "@desert" "@spice" "@jerky" "@snack" "@breakfast"
"@salad" "@soup"
"@stew"
"@beef" "@bison" "@pork" "@chicken" "@fish" "@wild" "@egg" "@vegetableprotein" "@redmeat" "@whitemeat" "@sausage"
"@steakfish" "@nonsteakfish" "@lakefish" "@oceanfish"
"@venison" "@splake"
"@beans"
"@rice" "@potato" "@sweetpotato" "@barley" "@noodles" "@corn" "@quinoa" "@couscous" "@oats" "@bread"
"@bellpepper" "@cabbage"
"@fig" "@lemon" "@lime" "@pineapple" "@coconut"
"@coconutmilk" "@oatmilk" "@coconutwater"
"@kemonine" "@waltdk"
)))

View file

@ -271,9 +271,6 @@
(org-todo-if-needed "WIP"))))))))
(add-hook 'org-checkbox-statistics-hook #'ct/org-summary-checkbox-cookie)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; tags
(load "~/.emacs.d.profiles/org/config-org-tags")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; files
@ -522,7 +519,7 @@
'(package-selected-packages
'(pomidor
(org-tidy org-auto-expand ox-pandoc ox-hugo org-super-agenda org-alert burnt-toast alert)
(devdocs devdocs-browser magit helm-ls-git xclip)
(xclip)
(which-key all-the-icons revert-buffer-all centaur-tabs scratch persistent-scratch persp-mode rainbow-mode rainbow-delimiters markdown-mode focus zoom popwin dired-single diredfl doominhibitinhibit-modeline helpful helm helm-org dired-rainbow dired-rainbow-listing dired-single dash s origami modus-themes use-package)))
'(safe-local-variable-values
'((org-duration-format . h:mm)