Skip to content

Commit

Permalink
Upd
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankeidel committed Dec 30, 2023
1 parent 73f5bb3 commit 97231f3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ eln-cache/
.org-id-locations
tree-sitter/
quelpa/
mastodon.plstore
persist/
2 changes: 1 addition & 1 deletion personal/functions.el
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@

(defun connect-new-srv ()
(interactive)
(find-file "/ssh:stefan@nextcloud.keidel.me#4321:/home/stefan"))
(find-file "/ssh:stefan@cloud.keidel.me#4321:/home/stefan"))
2 changes: 1 addition & 1 deletion personal/keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(global-set-key (kbd "s-.") 'mc/mark-next-like-this)
(global-set-key (kbd "s-d") 'mc/mark-all-like-this)
(global-set-key (kbd "s-,") 'easy-mark)
(global-set-key (kbd "s-f") 'projectile-ag)
(global-set-key (kbd "s-f") 'projectile-ripgrep)
(global-set-key (kbd "s-z") 'avy-goto-char)

(global-set-key (kbd "C-c c") 'counsel-org-capture)
Expand Down
7 changes: 7 additions & 0 deletions personal/social.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
(use-package mastodon
:ensure t
:config
(mastodon-discover))

(setq mastodon-instance-url "https://mastodon.social"
mastodon-active-user "st3f")
5 changes: 5 additions & 0 deletions personal/term.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(use-package vterm
:ensure t)

(use-package vterm-toggle
:ensure t)

0 comments on commit 97231f3

Please sign in to comment.