Skip to content

Instantly share code, notes, and snippets.

View tashrifsanil's full-sized avatar

Tashrif Sanil tashrifsanil

View GitHub Profile
@tashrifsanil
tashrifsanil / search.org
Last active September 7, 2016 18:01 — forked from brenns10/search.org
Emacs Web Searching

Introduction

Sometimes I want to make a quick web search, and I’d prefer not to leave Emacs. Sure, I could switch over to a different workspace and open a browser, but I’d much rather do it in Emacs if possible. eww will let you search instead of enter a URL, but you only get one search engine (which is, by default, Duck Duck Go). I’m used to the wonderful interface of Chrome, which allows you to use a keyword to specify your search engine, right within the “Omnibox”. Anything else feels crude. So, I decided I would implement my own search solution!

@tashrifsanil
tashrifsanil / flake.lock
Created July 21, 2024 06:41
Set up a minimal LazyVim setup using nixvim
{
"nodes": {
"devshell": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"nixvim",
"nixpkgs"
]
},