Johbo's Notes - Working on the Web
  • About Me
  • Archives

Spacemacs layer: imenu-list

Sat 05 November 2016 by Johannes Bornhold in tools Tags spacemacs / emacs / ide

Every now and then I am presenting one layer of Spacemacs which I find useful. This time I am writing about imenu-list which allows to have a nice outline of your current buffer.

more ...

Custom meta tags with Pelican, canonical URL as example

Tue 25 October 2016 by Johannes Bornhold in tools Tags pelican / seo / snippet

Setting custom meta data with Pelican can be implemented easily. This post shows a small example how I solved it.

more ...

Mercurial workflow based on bookmarks

Fri 26 August 2016 by Johannes Bornhold in tools Tags mercurial / version-control

A bookmark based workflow for Mercurial which aims to be similar to a branch based Git workflow.

more ...

Mercurial log from current commit - hgcl

Fri 19 August 2016 by Johannes Bornhold in tools Tags hg

A small shell function to get the changelog starting from a commit.

more ...

Grab environment variables of a Heroku app

Thu 28 July 2016 by Johannes Bornhold in tools Tags heroku / sed / snippet

A small sed snippet to translate the output of heroku config into export calls for the shell.

more ...

Loading a PostgreSQL database dump for development environment

Mon 25 July 2016 by Johannes Bornhold in tools Tags postgresql / database

Showing how to use pg_restore to load a dump into a developer's database server for local development.

more ...

Remove a line from a text file via SED

Thu 21 July 2016 by Johannes Bornhold in tools Tags text / commandline

How to remove a line from a text file based on the line number with sed.

more ...

Supporting EditorConfig in Spacemacs

Wed 20 July 2016 by Johannes Bornhold in tools Tags spacemacs / emacs

The idea of EditorConfig is to have a file called .editorconfig in your project repository, so that the editors and IDEs of the participating developers can automatically adjust to it.

There is also a mode for Emacs / Spacemacs, which can be integrated quite easily in the following steps:

  1. Add editorconfig …
more ...

  • «
  • 1
  • 2
  • »
  • Social

    • mastodon
    • matrix
    • github
  • Categories

    • cloud
    • develop
    • event
    • hello
    • macos
    • nixos
    • tools

© 2024 Johannes Bornhold

Back to top