Media is too big
VIEW IN TELEGRAM
if you tired of working, Emacs can help you, just
zone your project 😁😁1
Emacs is just beyond of the editors🙈
(use-package pulse
:ensure nil
:init
(defun pulse-line (&rest _)
"Pulse the current line."
(pulse-momentary-highlight-one-line (point)))
(defun pulse-copy (orig-fn &rest args)
"Pulse the region after copy/yank."
(apply orig-fn args)
(pulse-momentary-highlight-region (region-beginning) (region-end)))
(dolist (command '(scroll-up-command
scroll-down-command
windmove-left
windmove-right
windmove-up
windmove-down
move-to-window-line-top-bottom
recenter-top-bottom
other-window
))
(advice-add command :after #'pulse-line))
(advice-add 'kill-ring-save :around #'pulse-copy))
You've cancelled your subscription to GitHub Copilot Pro. This plan change will take effect on Mar 05, 2026.
once again cancelled my subscription. just useless completions and agents
This media is not supported in your browser
VIEW IN TELEGRAM
M-!vs
M-&
If you use the former command, Emacs will just hang and will not respond until your command ends.
The latter one is called async shell command and you don't need wait anything.
Me who doesn't know the last command till yesterday :)
And I want to note that nix installed Emacs version is not very compatible with MacOS, so I replaced my installation with emacs-plus using homebrew. It worked well without any lags and bugs
https://github.com/abdivasiyev/nix/commit/2c5bb6d6a99b56978a8601054be4121c546cbbfb
https://github.com/abdivasiyev/nix/commit/2c5bb6d6a99b56978a8601054be4121c546cbbfb
GitHub
remove nix based emacs and install homebrew based one · abdivasiyev/nix@2c5bb6d
My nix configuration. Contribute to abdivasiyev/nix development by creating an account on GitHub.
https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/
I now understand how important this kind of design. I am refactoring our codebase and there are only used primitive types instead of specific custom types. Each line which I am editing is risky and testing is insanely difficult. 😭
I now understand how important this kind of design. I am refactoring our codebase and there are only used primitive types instead of specific custom types. Each line which I am editing is risky and testing is insanely difficult. 😭
https://www.youtube.com/@minds_of_mine
I think I have to work more on this channel and add more videos🙈
I think I have to work more on this channel and add more videos🙈
YouTube
Software Engineer
Share your videos with friends, family, and the world
❤1