Skip to content

Instantly share code, notes, and snippets.

View Occhima's full-sized avatar
💭
I may be slow to respond.

Occhima

💭
I may be slow to respond.
  • Itaú BBA
  • São Paulo Brazil
View GitHub Profile
@Occhima
Occhima / gist:75ba96b585f813ba633ba99d48adce37
Created October 2, 2023 01:30
mbsyncrc for gmail and hotmail
IMAPStore gmail-remote
Host imap.gmail.com
SSLType IMAPS
AuthMechs LOGIN
User example@gmail.com
PassCmd "your-password-cmd"
MaildirStore gmail-local
Path ~/Mail/gmail/
Inbox ~/Mail/gmail/Inbox
@Occhima
Occhima / chatgpt.el
Created March 11, 2023 17:11 — forked from Gavinok/chatgpt.el
chatgpt client for emacs WIP (Now Async!)
;;; chatgpt.el --- Simple ChatGPT frontend for Emacs -*- lexical-binding: t -*-
;; Copyright (C) Gavin Jaeger-Freeborn
;; This package is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 3, or (at your option)
;; any later version.
;; This package is distributed in the hope that it will be useful,