All Projects → pprevos → EmacsLife

pprevos / EmacsLife

Licence: GPL-3.0 license
Managing your life and work with Emacs

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to EmacsLife

flawesome
Productivity Tool
Stars: ✭ 56 (+1.82%)
Mutual labels:  productivity, productivity-tools
Espanso
Cross-platform Text Expander written in Rust
Stars: ✭ 3,834 (+6870.91%)
Mutual labels:  productivity, productivity-tools
jira-cli
🔥 [WIP] Feature-rich interactive Jira command line.
Stars: ✭ 809 (+1370.91%)
Mutual labels:  productivity, productivity-tools
iforgor
A simple CLI productivity tool to quickly display the syntax of a desired piece of code
Stars: ✭ 20 (-63.64%)
Mutual labels:  productivity, productivity-tools
arvis
Extendable cross-platform launcher that aims to help you run, edit, create any workflow simply
Stars: ✭ 39 (-29.09%)
Mutual labels:  productivity, productivity-tools
hyperkeys
Unleash you keyboard shorcuts
Stars: ✭ 35 (-36.36%)
Mutual labels:  productivity, productivity-tools
Tasky
Tasky is a task management app made with SwiftUI.
Stars: ✭ 22 (-60%)
Mutual labels:  productivity
hfos-legacy
Hackerfleet Operating System
Stars: ✭ 28 (-49.09%)
Mutual labels:  productivity
reactodo
Multiple localStorage TODO lists, built with React
Stars: ✭ 28 (-49.09%)
Mutual labels:  productivity
screenshot
A screenshot API to convert web to image or PDF. Supports desktop and mobile views.
Stars: ✭ 108 (+96.36%)
Mutual labels:  productivity
graphite
✍️ A local-first Markdown note-taking app built with Vue.js, Tailwind CSS, and Electron.
Stars: ✭ 17 (-69.09%)
Mutual labels:  productivity
csgo-trader-extension
CSGO Trader Browser Extension to help with CS:GO item trading, marketing and much more
Stars: ✭ 86 (+56.36%)
Mutual labels:  productivity
moodle-downloader
A 4.9 stars rated chrome extension for batch downloading Moodle resources 💾
Stars: ✭ 68 (+23.64%)
Mutual labels:  productivity
frontend
Frontend PWA website for cmpct.io - Built with VueJS and Nuxt
Stars: ✭ 21 (-61.82%)
Mutual labels:  productivity
fs-make
Make a folder structure from its description
Stars: ✭ 14 (-74.55%)
Mutual labels:  productivity
PhotoShow
PhotoShow is a browser extension helping you view/download high-definition images simply by hovering mouse on image thumbnails, improving your productivity and online life experience!
Stars: ✭ 85 (+54.55%)
Mutual labels:  productivity-tools
OneClip
Share your clipboard with people nearby. No Setup, No Signup.
Stars: ✭ 45 (-18.18%)
Mutual labels:  productivity
legacy-python-cli
Command line interface used by all WakaTime text editor plugins.
Stars: ✭ 1,048 (+1805.45%)
Mutual labels:  productivity
it-tools
Aggregated set of useful tools that every developer may need once in a while.
Stars: ✭ 222 (+303.64%)
Mutual labels:  productivity
anita
Anita is a private, no-server, powerful and fully customizable data management solution, open source and free of charge. With Anita you can organize any number of things you want to track, with one of our pre-configured Anita Templates or by defining your own custom data structure. Anita can handle many different data types, and can present your…
Stars: ✭ 30 (-45.45%)
Mutual labels:  productivity

More Productive With Emacs

More Productive with Emacs is a series of articles on how content creators can use Emacs to research, write and publish articles, websites and books.

The init.el file contains the configuration code described in these articles.

banner.jpg

Instructions

Install Emacs and Decencies

This Emacs configuration requires two other software packages to function properly. For spellchecking you will need the Hunspell package and to use the Org-Roam note taking software you need the GCC compiler.

  • Linux: install Emacs and supporting software with your favourite package manager.
  • Chromebook
  • Windows

Download init file

Download the init.el file and place it in your configuration folder.

You can find out where your configuration folder lives by starting Emacs and typing C-h v for help on variables (Control h, followed by v), followed by user-emacs-directory and ENTER.

The help buffer that now appears provides the correct folder name. You can close this buffer by pressing q.

Update folder configuration

This init file defines directories:

  • ~/Documents/org-roam: Notes taken with Org-Roam
  • ~/Documents/bibliography: BibTeX files with your BibTeX bibliographies
  • ~/Documents/pdf: Bibliography attachments

You can change these settings in the init file.

Select Fonts

The init file defines two fonts. You will need to adjust the font names to those available on your system. The default setting uses Dejavus Sans.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].