Compare commits

..

No commits in common. "171b78aa7de3d47f6a23eebe538fa05d3c614247" and "68e1f4e25200b8f66f40e747b9dd02ee2e09ebc0" have entirely different histories.

5 changed files with 20 additions and 29 deletions

View File

@ -636,10 +636,10 @@ weren't working, until I randomly saw this in someone's init.el
(advice-add 'drag-stuff-up :after 'indent-region-advice)
(advice-add 'drag-stuff-down :after 'indent-region-advice)
(define-key prog-mode-map (kbd "M-h") #'drag-stuff-left)
(define-key prog-mode-map (kbd "M-j") #'drag-stuff-down)
(define-key prog-mode-map (kbd "M-k") #'drag-stuff-up)
(define-key prog-mode-map (kbd "M-l") #'drag-stuff-right)
(define-key prog-mode-map (kbd "M-<up>") #'drag-stuff-up)
(define-key prog-mode-map (kbd "M-<down>") #'drag-stuff-down)
(define-key prog-mode-map (kbd "M-<left>") #'drag-stuff-left)
(define-key prog-mode-map (kbd "M-<right>") #'drag-stuff-right)
#+end_src
Simple function more quickly align text
@ -1165,6 +1165,7 @@ Ace Window will show a hint if there are more than 2 windows, but I don't really
(beframe-mode +1)
#+end_src
*** Popper
#+begin_src emacs-lisp
(require 'popper)
(setq popper-reference-buffers
@ -2422,17 +2423,6 @@ it doesn't close it.
(c-toggle-comment-style -1))
(add-hook 'c-mode-hook #'joe/c-mode-hook)
#+end_src
*** CSharp
#+begin_src emacs-lisp
(defun joe/csharp-mode-hook ()
(yas-minor-mode t)
(defalias 'joe/serialized-private-public-getter
(kmacro "^ W W Y o C-y <escape> ^ i p u b l i c SPC <escape> l W y i w P a SPC = > SPC <escape> B B ~"))
(evil-set-register ?g (lambda nil "Unity/C#"
(call-interactively 'joe/serialized-private-public-getter)))
(electric-pair-local-mode t))
(add-hook 'csharp-mode-hook #'joe/csharp-mode-hook)
#+end_src
*** Python
#+begin_src emacs-lisp
(require 'python)
@ -2771,7 +2761,6 @@ Org mode buffers have associated files.
(defun joe/org-hook ()
(org-fancy-priorities-mode)
(visual-line-mode)
(org-bullets-mode)
(org-indent-mode)
(olivetti-mode))

View File

@ -80,5 +80,3 @@ if [ -f '/home/joe/Downloads/google-cloud-sdk/path.fish.inc' ]; . '/home/joe/Dow
# opam configuration
source /home/joe/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
source "/home/joe/Repositories/emsdk/emsdk_env.fish"
set -gx EMSDK_QUIET 1

View File

@ -44,4 +44,4 @@ SETUVAR fish_pager_color_description:B3A06D\x1eyellow
SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
SETUVAR fish_pager_color_selected_background:\x2dr
SETUVAR --export fish_user_paths:/home/joe/\x2edotnet/tools\x1e/home/joe/Repositories/emsdk\x1e/home/joe/Repositories/emsdk/node/18\x2e20\x2e3_64bit/bin\x1e/home/joe/Repositories/emsdk/upstream/emscripten\x1e/home/joe/\x2elocal/bin/odin\x1e/home/joe/\x2elocal/scripts\x1e/home/joe/\x2elocal/opt/JetBrains\x20Rider\x2d2024\x2e1\x2e4/bin\x1e/home/joe/\x2elocal/share/bin/fasm\x1e/home/joe/\x2elocal/share/bin/zig\x1e/home/joe/\x2elocal/share/bin/cargo/bin\x1e/home/joe/\x2elocal/bin\x1e/home/joe/\x2enimble/bin
SETUVAR --export fish_user_paths:/home/joe/\x2elocal/bin/odin\x1e/home/joe/\x2elocal/scripts\x1e/home/joe/\x2elocal/opt/JetBrains\x20Rider\x2d2024\x2e1\x2e4/bin\x1e/home/joe/\x2elocal/share/bin/fasm\x1e/home/joe/\x2elocal/share/bin/zig\x1e/home/joe/\x2elocal/share/bin/cargo/bin\x1e/home/joe/\x2elocal/bin\x1e/home/joe/\x2enimble/bin

View File

@ -1,14 +1,20 @@
[ids]
*
[global]
overload_tap_timeout = 250
[main]
esc = capslock
capslock = overload(control, esc)
rightalt = layer(rightalt)
[altgr]
[hyper:C-M-S-A]
[rightalt:G]
h = left
j = down
k = up

View File

@ -365,17 +365,15 @@ floating_layout = layout.Floating(
Match(title="branchdialog"), # gitk
Match(title="pinentry"), # GPG key password entry
# Unity3D
Match(wm_class="Unity", title="UnityEditor.AddComponent.AddComponentWindow"),
Match(wm_class="Unity", title="UnityEditor.IconSelector"),
Match(wm_class="Unity", title="UnityEditor.PopupWindow"),
Match(wm_class="Unity", title="UnityEditor.PopupWindowWithoutFocus"),
Match(wm_class="Unity", title="UnityEditor.AnnotationWindow"),
Match(wm_class="Unity", title="Enable Android Auto-resolution?"),
Match(title="UnityEditor.AddComponent.AddComponentWindow"),
Match(title="UnityEditor.IconSelector"),
Match(title="UnityEditor.PopupWindow"),
Match(title="UnityEditor.PopupWindowWithoutFocus"),
Match(title="UnityEditor.AnnotationWindow"),
Match(title="Enable Android Auto-resolution?"),
Match(wm_class="Unity", title="Select Material"),
Match(wm_class="Unity", title="Color"),
Match(wm_class="Unity", title="Save Layout"),
Match(wm_class="Unity", title="Sirenix.OdinInspector.Editor.TypeSelectorV2"),
# Match(wm_class="Unity", title=re.compile(r"^Select .*")),
]
)
auto_fullscreen = True