All Projects → hsjunnesson → wolfram.el

hsjunnesson / wolfram.el

Licence: GPL-3.0 license
Wolfram Alpha integration

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to wolfram.el

Exwm Edit
Edit mode for EXWM
Stars: ✭ 92 (+33.33%)
Mutual labels:  melpa
Linum Relative
display relative line number in the left margin in emacs
Stars: ✭ 152 (+120.29%)
Mutual labels:  melpa
Emacs Easy Hugo
Emacs major mode for managing hugo
Stars: ✭ 235 (+240.58%)
Mutual labels:  melpa
Nimbus Theme
The best dark theme for Emacs
Stars: ✭ 102 (+47.83%)
Mutual labels:  melpa
Auto Complete
Emacs auto-complete package
Stars: ✭ 1,622 (+2250.72%)
Mutual labels:  melpa
Lsp Haskell
lsp-mode ❤️ haskell
Stars: ✭ 158 (+128.99%)
Mutual labels:  melpa
Emacs Datetime
Stars: ✭ 8 (-88.41%)
Mutual labels:  melpa
emacs-easy-jekyll
Emacs major mode for managing jekyll
Stars: ✭ 53 (-23.19%)
Mutual labels:  melpa
Emacs Solaire Mode
If only certain buffers could be so grossly incandescent.
Stars: ✭ 129 (+86.96%)
Mutual labels:  melpa
Bm
bm.el -- Visual Bookmarks for GNU Emacs
Stars: ✭ 204 (+195.65%)
Mutual labels:  melpa
Web Mode
web template editing mode for emacs
Stars: ✭ 1,470 (+2030.43%)
Mutual labels:  melpa
Selectric Mode
⌨ Make your Emacs sound like a proper typewriter.
Stars: ✭ 121 (+75.36%)
Mutual labels:  melpa
Modern Cpp Font Lock
C++ font-lock for Emacs
Stars: ✭ 159 (+130.43%)
Mutual labels:  melpa
Lsp Dart
lsp-mode ❤️ dart
Stars: ✭ 94 (+36.23%)
Mutual labels:  melpa
elcord
Discord Rich Presence / Gamebridge support for Emacs!
Stars: ✭ 149 (+115.94%)
Mutual labels:  melpa
Dumb Jump
an Emacs "jump to definition" package for 50+ languages
Stars: ✭ 1,256 (+1720.29%)
Mutual labels:  melpa
Explain Pause Mode
top, but for Emacs.
Stars: ✭ 158 (+128.99%)
Mutual labels:  melpa
osx-trash
Make Emacs' delete-by-moving-to-trash do what you expect it to do on OS X.
Stars: ✭ 22 (-68.12%)
Mutual labels:  melpa
eshell-up
Quickly go to a specific parent directory in eshell
Stars: ✭ 28 (-59.42%)
Mutual labels:  melpa
Evil Multiedit
Multiple cursors for evil-mode, based on iedit
Stars: ✭ 200 (+189.86%)
Mutual labels:  melpa

MELPA

Wolfram Alpha integration in Emacs

Allows you to query Wolfram Alpha from within Emacs.

Installation

Install package wolfram from MELPA or download wolfram.el to a directory in your load-path. Then add this to your init file:

(require 'wolfram)

Create an account at wolframalpha.com, then in your account select "My Apps (API)".
Create a new AppID. In Emacs set that AppID as the custom variable wolfram-alpha-app-id.

Usage

To make a query, run M-x wolfram-alpha then type your query. It will show the result in a buffer called *WolframAlpha*.

Examples

How much does Lake Victoria weigh?

How much does Lake Victoria weigh?

How many nukes does the United State have?

How many nukes does the United State have?

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].